Skip to content

Commit b9b085d

Browse files
committed
apple: trivial xcode scheme updates
Xcode 26 keeps reordering things, I don't know why, I'm tired of fighting it. The Metal capture doesn't work with tvOS 13 so default disable that, it's easy to turn back on if needed. Only affects debugging.
1 parent b300f72 commit b9b085d

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

pkg/apple/RetroArch_Metal.xcodeproj/xcshareddata/xcschemes/RetroArch AppStore.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
selectedDebuggerIdentifier = ""
3636
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
3737
disableMainThreadChecker = "YES"
38-
disablePerformanceAntipatternChecker = "YES"
3938
launchStyle = "0"
4039
useCustomWorkingDirectory = "NO"
4140
ignoresPersistentStateOnLaunch = "NO"
@@ -45,7 +44,8 @@
4544
enableGPUValidationMode = "1"
4645
allowLocationSimulation = "NO"
4746
viewDebuggingEnabled = "No"
48-
queueDebuggingEnabled = "No">
47+
queueDebuggingEnabled = "No"
48+
disablePerformanceAntipatternChecker = "YES">
4949
<BuildableProductRunnable
5050
runnableDebuggingMode = "0">
5151
<BuildableReference

pkg/apple/RetroArch_iOS13.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4646
customLLDBInitFile = "$(SRCROOT)/LLDBInitFile"
4747
disableMainThreadChecker = "YES"
48-
disablePerformanceAntipatternChecker = "YES"
4948
launchStyle = "0"
5049
useCustomWorkingDirectory = "NO"
5150
ignoresPersistentStateOnLaunch = "NO"
@@ -55,7 +54,8 @@
5554
enableGPUValidationMode = "1"
5655
allowLocationSimulation = "NO"
5756
viewDebuggingEnabled = "No"
58-
queueDebuggingEnabled = "No">
57+
queueDebuggingEnabled = "No"
58+
disablePerformanceAntipatternChecker = "YES">
5959
<BuildableProductRunnable
6060
runnableDebuggingMode = "0">
6161
<BuildableReference

pkg/apple/RetroArch_iOS13.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Release.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
debugDocumentVersioning = "YES"
5252
debugXPCServices = "NO"
5353
debugServiceExtension = "internal"
54+
enableGPUFrameCaptureMode = "3"
5455
enableGPUValidationMode = "1"
5556
allowLocationSimulation = "NO"
5657
viewDebuggingEnabled = "No"

0 commit comments

Comments
 (0)