Files
UnrealEngine/Engine/Plugins/Developer/XcodeGPUDebuggerPlugin/XcodeGPUDebuggerPlugin.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

25 lines
488 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "Xcode GPU Debugger Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Apple, Inc.",
"CreatedByURL" : "https://apple.com/",
"DocsURL" : "",
"Description" : "Xcode GPU debugger integration.",
"Category" : "Rendering",
"EnabledByDefault" : false,
"Modules" :
[
{
"Name": "XcodeGPUDebuggerPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList":
[
"Mac"
]
}
]
}