Skip to content

Commit

Permalink
XCode15: Adjust SourceView Location on UIAlertController
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiRyu committed Jul 8, 2023
1 parent c6f49d7 commit 86201a1
Show file tree
Hide file tree
Showing 288 changed files with 288,787 additions and 52,177 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
[submodule "Cores/Dolphin/dolphin-ios"]
path = Cores/Dolphin/dolphin-ios
url = https://github.com/OatmealDome/dolphin.git
[submodule "Cores/Play/Play-"]
path = Cores/Play/Play-
url = https://github.com/Provenance-Emu/Play-.git
[submodule "Cores/DuckStation/duckstation"]
path = Cores/DuckStation/duckstation
url = https://github.com/stenzek/duckstation.git
Expand Down Expand Up @@ -175,3 +172,6 @@
[submodule "Cores/PPSSPP/libretro_ppsspp"]
path = Cores/PPSSPP/libretro_ppsspp
url = https://github.com/hrydgard/ppsspp.git
[submodule "Cores/Play/Play-"]
path = Cores/Play/Play-
url = https://github.com/jpd002/Play-.git
2 changes: 1 addition & 1 deletion Cores/Mini_vMac/PVMiniVMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Update Repository\nif [ \"${TARGET_DEVICE_PLATFORM_NAME}\" = \"iphonesimulator\" ] ; then\n exit 0\nfi\nif [[ \"${CODE_SIGNING_ALLOWED}\" = \"NO\" && ! -f \"${SRCROOT}/../../CodeSigning.xcconfig\" ]]; then\n exit 0\nfi\n\n# Create buildTV Environment\nif [ ! -d \"${SRCROOT}/cmake/buildTV\" ]; then\n mkdir \"${SRCROOT}/cmake/buildTV\"\nfi\n\ncd \"${SRCROOT}\"\nexport LATEST=`git submodule status libretro-minivmac | head -n1 | awk '{print $1;}'`TVBuild2\nif [ ! -f \"${SRCROOT}/cmake/${LATEST}\" ]; then\n rm -fr \"${SRCROOT}/cmake/buildTV/\"*\n touch \"${SRCROOT}/cmake/${LATEST}\"\n cp -pR \"${SRCROOT}/libretro-minivmac/\"* \"${SRCROOT}/cmake/buildTV/\"\n cp \"${SRCROOT}/cmake/Makefile.TV\" \"${SRCROOT}/cmake/buildTV/Makefile\"\nfi\n\n# buildTV\ncd \"${SRCROOT}/cmake/buildTV/\"\n#make clean\nmake -j5\ncp minivmac_libretro_tvos.dylib \"${SRCROOT}/../../CoresRetro/RetroArch/modules/minivmac_libretro_tvos.dylib\"\n";
shellScript = "# Update Repository\nif [ \"${TARGET_DEVICE_PLATFORM_NAME}\" = \"appletvsimulator\" ] ; then\n exit 0\nfi\nif [[ \"${CODE_SIGNING_ALLOWED}\" = \"NO\" && ! -f \"${SRCROOT}/../../CodeSigning.xcconfig\" ]]; then\n exit 0\nfi\n\n# Create buildTV Environment\nif [ ! -d \"${SRCROOT}/cmake/buildTV\" ]; then\n mkdir \"${SRCROOT}/cmake/buildTV\"\nfi\n\ncd \"${SRCROOT}\"\nexport LATEST=`git submodule status libretro-minivmac | head -n1 | awk '{print $1;}'`TVBuild2\nif [ ! -f \"${SRCROOT}/cmake/${LATEST}\" ]; then\n rm -fr \"${SRCROOT}/cmake/buildTV/\"*\n touch \"${SRCROOT}/cmake/${LATEST}\"\n cp -pR \"${SRCROOT}/libretro-minivmac/\"* \"${SRCROOT}/cmake/buildTV/\"\n cp \"${SRCROOT}/cmake/Makefile.TV\" \"${SRCROOT}/cmake/buildTV/Makefile\"\nfi\n\n# buildTV\ncd \"${SRCROOT}/cmake/buildTV/\"\n#make clean\nmake -j5\ncp minivmac_libretro_tvos.dylib \"${SRCROOT}/../../CoresRetro/RetroArch/modules/minivmac_libretro_tvos.dylib\"\n";
};
9396AEF62973074100B1EA1C /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
257 changes: 257 additions & 0 deletions Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cores/PPSSPP/PVPPSSPPCore/Core/libretro_stub.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
void bindDefaultFBO()
{
}
943 changes: 476 additions & 467 deletions Cores/Play/PVPlayCore.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cores/Play/Play-
Submodule Play- updated 457 files
Loading

0 comments on commit 86201a1

Please sign in to comment.