Skip to content

Commit

Permalink
Update unity patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
maso7 committed Jun 26, 2024
1 parent bf3e898 commit 5c27647
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md

This file was deleted.

27 changes: 26 additions & 1 deletion dist/patterns/unity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 26 additions & 1 deletion patterns/unity.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,42 @@ module.exports = [
},
{
"regex": "\\: error",
"result": "Compilation error.",
"result": "Error.",
"showLine": 3
},
{
"regex": "error\\:",
"result": "Error.",
"showLine": 3
},
{
"regex": "Task \"Exporting development IPA from xcode archive\" failed",
"result": "ios certificate error.",
"showLine": 0
},
{
"regex": "Error Domain=DVTPortalServiceErrorDomain",
"result": "ios upload error.",
"showLine": 0
},
{
"regex": "file must contain a higher version than that of the previously approved version",
"result": "Cannot upload the same version to apple store.",
"showLine": 0
},
{
"regex": "Nested Prefab problem",
"result": "Nested prefab problem.",
"showLine": 0
},
{
"regex": "UnityException\\: Creating asset at path",
"result": "Asset creation failed.",
"showLine": 0
},
{
"regex": "Object reference not set to an instance of an object",
"result": "null reference exception.",
"showLine": 3
}
]

0 comments on commit 5c27647

Please sign in to comment.