Files
UnrealEngine/Engine/Plugins/Runtime/IOSDeviceProfileSelector/IOSDeviceProfileSelector.uplugin
2025-05-18 13:04:45 +08:00

32 lines
712 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "IOS Device Profile Selector",
"Description" : "IOS Device Profile Selector used show selection of device profiles on hardware",
"Category" : "Device Profile Selectors",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "IOSDeviceProfileSelector",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostConfigInit",
"PlatformAllowList" :
[
"IOS",
"TVOS",
"VisionOS"
]
}
]
}