}
RestxShell shell = prepareRestxShell();
AppShellCommand.NewAppCommandRunner appCommandRunner =
new AppShellCommand(new CoreModule().uuidGenerator()).new NewAppCommandRunner();
Path appPath = appCommandRunner.generateApp(descriptor, shell);
Verifier mavenVerifier = new Verifier(appPath.toString());
if (OSUtils.isMacOSX()) {