1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-01 19:16:48 +01:00

[ci skip][scheme] Update the iTunes link regex (#758)

This commit is contained in:
Victor Peschenkov 2019-06-15 00:59:37 +03:00 committed by GitHub
parent 820636fb49
commit 559b2f2f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/schema.json vendored
View File

@ -127,7 +127,7 @@
"title": "Project iTunes Page",
"description": "The URL for iTunes page for the project's app.",
"type": ["string", "null"],
"pattern": "^https:\\/\\/itunes\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$",
"pattern": "^https:\\/\\/apps\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$",
"default": null
},
"stars": {