Files
UnrealEngineUWP/Engine/Plugins/Runtime/IOSDeviceProfileSelector/IOSDeviceProfileSelector.uplugin
Josh Adams 8d6eb87c35 - Hooked up the VisionPro simulator deviceprofile to disable virtual streaming
- Made Simulator deice strings for IOS platforms, iPhone0,0 - AppleTV0,0 - VisionOS0,0, since before they were just "arm"
#rb adam.kinge

[CL 26353255 by Josh Adams in ue5-main branch]
2023-06-30 16:02:28 -04: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"
]
}
]
}