Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6d19fd1f
Commit
6d19fd1f
authored
Mar 12, 2016
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add an atom launch config to the starter app
parent
4caaf9ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
setup_xcodeproj.dart
packages/flutter_tools/lib/src/ios/setup_xcodeproj.dart
+1
-2
main.yaml.tmpl
...tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl
+10
-0
No files found.
packages/flutter_tools/lib/src/ios/setup_xcodeproj.dart
View file @
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
;
}
packages/flutter_tools/templates/create/.atom/launches.tmpl/main.yaml.tmpl
0 → 100644
View file @
6d19fd1f
# 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:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment