Skip to content

Commit

Permalink
added BlacklistPlatforms IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhtopod committed Dec 20, 2019
1 parent 821b8ac commit 767f8c7
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions Plugins/RegexCpp/RegexCpp.uplugin
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3",
"FriendlyName": "RegexCpp",
"Description": "Regular expressions library based on the c++ std::regex",
"Category": "Utility",
"CreatedBy": "Vitaly Lifanov",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RegexCpp",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3",
"FriendlyName": "RegexCpp",
"Description": "Regular expressions library based on the c++ std::regex",
"Category": "Utility",
"CreatedBy": "Vitaly Lifanov",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RegexCpp",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"BlacklistPlatforms": [
"IOS"
]
}
]
}

0 comments on commit 767f8c7

Please sign in to comment.