Files
UnrealEngine/Engine/Plugins/Developer/XcodeGPUDebuggerPlugin/XcodeGPUDebuggerPlugin.uplugin
2025-05-18 13:04:45 +08: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"
]
}
]
}