mattermost-mobile/.solidarity
Mario Vitale c0b2c957e1
CLD-7165 Bump MacOS runner version (#7828)
* CLD-7165 Bump MacOS runner version
* Bump Ruby version
* Adapt pipelines to utilize the ruby version in .ruby-version

---------

Co-authored-by: Daniel Espino <larkox@gmail.com>
2024-02-22 11:35:56 +01:00

54 lines
1.2 KiB
Text

{
"$schema": "http://json.schemastore.org/solidaritySchema",
"config" : {
"output" : "moderate"
},
"requirements": {
"Android": [
{
"rule": "cli",
"binary": "emulator"
},
{
"rule": "env",
"variable": "ANDROID_HOME",
"error": "The ANDROID_HOME environment variable must be set to your local SDK. Refer to getting started docs for help."
}
],
"iOS": [
{
"rule": "cli",
"binary": "watchman",
"error": "install watchman `brew install watchman`",
"platform": "darwin"
},
{
"rule": "cli",
"binary": "xcodebuild",
"semver": ">=13.0",
"error": "install xcode",
"platform": "darwin"
},
{
"rule": "cli",
"binary": "ruby",
"semver": ">=3.0.0",
"error": "visit rvm install https://rvm.io/rvm/install",
"platform": "darwin"
},
{
"rule": "cli",
"binary": "pod",
"semver": "1.14.3",
"platform": "darwin"
}
],
"Git email": [
{
"rule": "shell",
"command": "git config user.email",
"match": ".+@.+"
}
]
}
}