fix module types and loading order

This commit is contained in:
Mamadou Babaei
2022-11-19 06:22:02 +01:00
parent 9a52ebda88
commit 1b2f883aea
+14 -14
View File
@@ -32,7 +32,7 @@
{ {
"Name": "SenseGloveBuildHacks", "Name": "SenseGloveBuildHacks",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -41,7 +41,7 @@
{ {
"Name": "SenseGloveConnect", "Name": "SenseGloveConnect",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -50,7 +50,7 @@
{ {
"Name": "SenseGloveConnectImpl", "Name": "SenseGloveConnectImpl",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -59,7 +59,7 @@
{ {
"Name": "SenseGloveConnectKismet", "Name": "SenseGloveConnectKismet",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -68,7 +68,7 @@
{ {
"Name": "SenseGloveCore", "Name": "SenseGloveCore",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -77,7 +77,7 @@
{ {
"Name": "SenseGloveCoreImpl", "Name": "SenseGloveCoreImpl",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -86,7 +86,7 @@
{ {
"Name": "SenseGloveCoreKismet", "Name": "SenseGloveCoreKismet",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -94,8 +94,8 @@
}, },
{ {
"Name": "SenseGloveEditor", "Name": "SenseGloveEditor",
"Type": "Runtime", "Type": "Editor",
"LoadingPhase": "Default", "LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -104,7 +104,7 @@
{ {
"Name": "SenseGloveInterop", "Name": "SenseGloveInterop",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -113,7 +113,7 @@
{ {
"Name": "SenseGloveKismet", "Name": "SenseGloveKismet",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -122,7 +122,7 @@
{ {
"Name": "SenseGloveLog", "Name": "SenseGloveLog",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -131,7 +131,7 @@
{ {
"Name": "SenseGloveTypes", "Name": "SenseGloveTypes",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"
@@ -140,7 +140,7 @@
{ {
"Name": "SenseGloveUtils", "Name": "SenseGloveUtils",
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "WhitelistPlatforms": [
"Linux", "Linux",
"Win64" "Win64"