Merge pull request #2644 from devoncarew/project_creation

add an atom launch config to the starter app
This commit is contained in:
Devon Carew 2016-03-12 11:12:07 -08:00
commit 79d6bf6d08
2 changed files with 11 additions and 2 deletions

View File

@ -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;
}

View File

@ -0,0 +1,10 @@
# 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: