Skip to content

Commit

Permalink
Merge pull request #77 from hatena/xcodegen-consider-quotes
Browse files Browse the repository at this point in the history
[XcodeGen] Consider quotes
  • Loading branch information
IKEDA Sho authored Jul 11, 2023
2 parents 7f5f43b + 1122f9b commit 687964a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcodegenSwiftPackages.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
fileMatch: ["(^|/)project\\.ya?ml$", "(^|/)[Xx]code[Gg]en/.+\\.ya?ml$"],
matchStrings: [
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: (?<currentValue>.+?)\\s",
"github: (?<depName>.*?)\\s*version: (?<currentValue>.+?)\\s",
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
"github: (?<depName>.*?)\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
],
datasourceTemplate: "github-releases",
extractVersionTemplate: "^v?(?<version>.*)$",
Expand Down

0 comments on commit 687964a

Please sign in to comment.