* update js dependencies * update react-native libraries * update watermelonDB * update RN to 0.72.7 * update fastlane * fix remove_markdown/at_mention import * update mattermost libraries * update fastlane deps * remove haptic-feedback patch * update okhttp to 4.12.0 and patch netinfo to accurately identify VPN connections * create ImaegStyles intersection type
54 lines
1.2 KiB
Text
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": ">=2.7.1 <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": ".+@.+"
|
|
}
|
|
]
|
|
}
|
|
}
|