Files
UnrealEngineUWP/Engine/Plugins/Runtime/Database/SQLiteSupport/SQLiteSupport.uplugin
Ben Marsh 619e5f0276 Fixing HoloLens installed build
#jira
#rb none
#rnx

[CL 6980495 by Ben Marsh in 4.23 branch]
2019-06-13 17:05:56 -04:00

37 lines
679 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "SQLite Support",
"Description": "SQLite Database Support",
"Category": "Database",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SQLiteSupport",
"Type": "Runtime",
"LoadingPhase": "Default",
"BlacklistPlatforms": [
"HoloLens"
]
}
],
"Plugins": [
{
"Name": "DatabaseSupport",
"Enabled": true
},
{
"Name": "SQLiteCore",
"Enabled": true
}
]
}