mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 22:15:33 +02:00
Update Xcode schemes for Universal Steam binaries
This commit is contained in:
parent
869f9d6918
commit
1958748295
8 changed files with 505 additions and 408 deletions
|
@ -1,14 +0,0 @@
|
|||
//
|
||||
// mkxp.AppleSilicon.xcconfig
|
||||
//
|
||||
// Created by ゾロアーク on 1/2/21.
|
||||
//
|
||||
|
||||
// -----------------------------
|
||||
// Don't change any of this
|
||||
// -----------------------------
|
||||
SDK_ROOT = macosx
|
||||
BUILD_ARCH = arm64
|
||||
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
|
@ -9,7 +9,7 @@
|
|||
// a steam_appid.txt
|
||||
STEAM_APP_ID = 0
|
||||
|
||||
STEAMSHIM_DEFINES = "GAME_LAUNCH_NAME=\"Z.steam\"" STEAM_APPID=$(STEAM_APP_ID)
|
||||
STEAMSHIM_DEFINES = "GAME_LAUNCH_NAME=\"Z-steam\"" STEAM_APPID=$(STEAM_APP_ID)
|
||||
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -15,8 +15,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C236D25A19C600075EF5D"
|
||||
BuildableName = "Z.steam.app"
|
||||
BlueprintName = "Z.steam"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
|
@ -45,8 +45,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C236D25A19C600075EF5D"
|
||||
BuildableName = "Z.steam.app"
|
||||
BlueprintName = "Z.steam"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
@ -68,8 +68,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C236D25A19C600075EF5D"
|
||||
BuildableName = "Z.steam.app"
|
||||
BlueprintName = "Z.steam"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BD2B64B2565AEC0003DAD8A"
|
||||
BuildableName = "Z.intel.app"
|
||||
BlueprintName = "Z.intel"
|
||||
BuildableName = "Z-intel.app"
|
||||
BlueprintName = "Z-intel"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
|
@ -45,8 +45,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BD2B64B2565AEC0003DAD8A"
|
||||
BuildableName = "Z.intel.app"
|
||||
BlueprintName = "Z.intel"
|
||||
BuildableName = "Z-intel.app"
|
||||
BlueprintName = "Z-intel"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
@ -68,8 +68,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BD2B64B2565AEC0003DAD8A"
|
||||
BuildableName = "Z.intel.app"
|
||||
BlueprintName = "Z.intel"
|
||||
BuildableName = "Z-intel.app"
|
||||
BlueprintName = "Z-intel"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65CC92584EDC60063AFF1"
|
||||
BuildableName = "Z.arm.app"
|
||||
BlueprintName = "Z.arm"
|
||||
BlueprintIdentifier = "3BBE87802705A73400A574AE"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
|
@ -44,21 +44,15 @@
|
|||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65CC92584EDC60063AFF1"
|
||||
BuildableName = "Z.arm.app"
|
||||
BlueprintName = "Z.arm"
|
||||
BlueprintIdentifier = "3BBE87802705A73400A574AE"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
<CommandLineArgument
|
||||
argument = "debug"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
</CommandLineArguments>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
|
@ -67,9 +61,9 @@
|
|||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65CC92584EDC60063AFF1"
|
||||
BuildableName = "Z.arm.app"
|
||||
BlueprintName = "Z.arm"
|
||||
BlueprintIdentifier = "3BBE87802705A73400A574AE"
|
||||
BuildableName = "Z-steam.app"
|
||||
BlueprintName = "Z-steam-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
|
@ -15,8 +15,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65D8A2584F3AD0063AFF1"
|
||||
BuildableName = "Z.universal.app"
|
||||
BlueprintName = "Z.universal"
|
||||
BuildableName = "Z-universal.app"
|
||||
BlueprintName = "Z-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
|
@ -45,8 +45,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65D8A2584F3AD0063AFF1"
|
||||
BuildableName = "Z.universal.app"
|
||||
BlueprintName = "Z.universal"
|
||||
BuildableName = "Z-universal.app"
|
||||
BlueprintName = "Z-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
@ -68,8 +68,8 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3BC65D8A2584F3AD0063AFF1"
|
||||
BuildableName = "Z.universal.app"
|
||||
BlueprintName = "Z.universal"
|
||||
BuildableName = "Z-universal.app"
|
||||
BlueprintName = "Z-universal"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
|
78
macos/mkxp-z.xcodeproj/xcshareddata/xcschemes/shim.xcscheme
Normal file
78
macos/mkxp-z.xcodeproj/xcshareddata/xcschemes/shim.xcscheme
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1300"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C235525A199370075EF5D"
|
||||
BuildableName = "shim"
|
||||
BlueprintName = "shim"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C235525A199370075EF5D"
|
||||
BuildableName = "shim"
|
||||
BlueprintName = "shim"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B1C235525A199370075EF5D"
|
||||
BuildableName = "shim"
|
||||
BlueprintName = "shim"
|
||||
ReferencedContainer = "container:mkxp-z.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
Loading…
Add table
Reference in a new issue