copyAppFile method

void copyAppFile()

Implementation

void copyAppFile() {
  const templatePath = 'lib/project_validator/data/Appfile';
  const targetPath = 'android/fastlane/Appfile';
  ValidatorUtils.ensureFileExists(templatePath: templatePath, targetPath: targetPath);
}