Skip to content

Commit 630cb2b

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents 27b3270 + dacc490 commit 630cb2b

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

BlueprintableDeveloperSettings.uplugin

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 2,
4-
"VersionName": "1.0.1",
3+
"Version": 3,
4+
"VersionName": "1.0.2",
55
"FriendlyName": "Blueprintable Developer Settings",
66
"Description": "Blueprintable Developer Settings is a powerful and versatile plugin designed to enhance your Unreal Engine development workflow by seamlessly integrating configurable settings into your projects. Building upon the foundation of the C++ UDeveloperSettings class, the plugin empowers developers to create, manage, and customize settings with unparalleled ease.",
77
"Category": "Blueprints",
@@ -20,15 +20,19 @@
2020
"Type": "Runtime",
2121
"LoadingPhase": "PostEngineInit",
2222
"WhitelistPlatforms": [
23-
"Win64"
23+
"Win64",
24+
"Mac",
25+
"Linux"
2426
]
2527
},
2628
{
2729
"Name": "BlueprintableDeveloperSettingsEditor",
2830
"Type": "Editor",
2931
"LoadingPhase": "PostEngineInit",
3032
"WhitelistPlatforms": [
31-
"Win64"
33+
"Win64",
34+
"Mac",
35+
"Linux"
3236
]
3337
}
3438
],
@@ -39,6 +43,8 @@
3943
}
4044
],
4145
"SupportedTargetPlatforms": [
42-
"Win64"
46+
"Win64",
47+
"Mac",
48+
"Linux"
4349
]
4450
}

0 commit comments

Comments
 (0)