Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Nov 21, 2016
1 parent 1ff157e commit fb61d00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
Binary file modified Resources/Icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 15 additions & 8 deletions SocketIOClient.uplugin
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.4.0",
"FriendlyName": "SocketIOClient",
"Description": "Socket IO C++ Client ported to UE4",
"VersionName": "0.4.2",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time networking library Socket.IO Client usable from blueprints and c++.",
"Category": "Networking",
"CreatedBy": "UE4 London Meetup",
"CreatedBy": "Getnamo",
"CreatedByURL": "http://getnamo.com",
"DocsURL": "https://github.com/getnamo/socketio-client-ue4",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "SocketIOClient",
"Type": "Runtime",
"LoadingPhase": "Default"
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32"
]
},
{
"Name" : "SIOJson",
"Type" : "Runtime",
"Name": "SIOJson",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SIOJEditorPlugin",
"Type": "Developer"
"Type": "Developer",
"LoadingPhase": "Default"
}
]
}

0 comments on commit fb61d00

Please sign in to comment.