Environment Variables
scd can read Global Options from environment variables. Environment variables have lower priority than command-line flags and the settings file, but higher priority than the global ~/.scade/settings.yaml.
| Variable | Description |
|---|---|
SCADE_XCODE | Path to Xcode |
SCADE_SWIFT | Path to Swift toolchain for Apple platforms |
SCADE_ANDROID_SDK | Path to Android SDK |
SCADE_ANDROID_NDK | Path to Android NDK |
SCADE_ANDROID_JDK | Path to Java JDK |
SCADE_ANDROID_GRADLE | Path to Gradle build tool |