Skip to content

Commit

Permalink
move whitelistplatforms under modules, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Nov 20, 2020
1 parent b0614d5 commit 0689a42
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions FileSDK.uplugin
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"FileVersion": 3,
"Version": 2,
"VersionName": "1.1",
"FriendlyName": "Blueprint File SDK",
"Description": "A simple plugin to interact with files and folders within blueprints.",
"Category": "Code Plugins",
"CreatedBy": "Incanta Games",
"CreatedByURL": "https://incanta.games",
"DocsURL": "https://github.com/IncantaGames/unreal-bp-file-sdk",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4f737815666c4e7dabf2043fb55a8419",
"SupportURL": "https://discord.gg/5hFrK2D",
"EngineVersion": "4.25.0",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "Linux" ],
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FileSDK",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
"FileVersion": 3,
"Version": 3,
"VersionName": "1.2",
"FriendlyName": "Blueprint File SDK",
"Description": "A simple plugin to interact with files and folders within blueprints.",
"Category": "Code Plugins",
"CreatedBy": "Incanta Games",
"CreatedByURL": "https://incanta.games",
"DocsURL": "https://github.com/IncantaGames/unreal-bp-file-sdk",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4f737815666c4e7dabf2043fb55a8419",
"SupportURL": "https://discord.gg/5hFrK2D",
"EngineVersion": "4.25.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FileSDK",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "Linux" ],
}
]
}

0 comments on commit 0689a42

Please sign in to comment.