Add Wyatt Continuous Deployment as Sub package #236

Merged
hugo merged 14 commits from chore/add-wyatt-cd into master 2024-03-29 20:15:38 +00:00
Showing only changes of commit 3cebc34e46 - Show all commits

View File

@ -18,7 +18,7 @@ abstract class AppConstants {
static const packageName = 'studio_cli'; static const packageName = 'studio_cli';
static const executableName = 'wyatt'; static const executableName = 'wyatt';
static const configFileName = 'wyatt.yaml'; static const configFileName = 'cd_config.yaml';
static const requiredTools = ['fastlane', 'flutter', 'unzip', 'gpg']; static const requiredTools = ['fastlane', 'flutter', 'unzip', 'gpg'];
static const androidFolder = 'android'; static const androidFolder = 'android';