Commit 79d6bf6d authored by Devon Carew's avatar Devon Carew

Merge pull request #2644 from devoncarew/project_creation

add an atom launch config to the starter app
parents 5b383a03 6d19fd1f
......@@ -150,8 +150,7 @@ Future<int> setupXcodeProjectHarness(String flutterProjectPath) async {
revisionFile.writeAsStringSync(ArtifactStore.engineRevision);
// Step 5: Tell the user the location of the generated project.
printStatus('Xcode project created at $xcodeprojPath/.');
printStatus('User editable settings are in $iosFilesPath/.');
printStatus('Xcode project created in $iosFilesPath/.');
return 0;
}
# Flutter launch configuration for lib/main.dart.
type: flutter
path: lib/main.dart
flutter:
checked: true
debug: true
route:
# Additional args for the flutter run command:
args:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment