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
3d25df3f
Commit
3d25df3f
authored
Feb 12, 2016
by
Chinmay Garde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS: Update path to the application Xcode project to point to the generated subdirectory
parent
5f6e9cb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
application_package.dart
packages/flutter_tools/lib/src/application_package.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/application_package.dart
View file @
3d25df3f
...
...
@@ -82,7 +82,7 @@ class AndroidApk extends ApplicationPackage {
class
IOSApp
extends
ApplicationPackage
{
static
const
String
_defaultId
=
'io.flutter.runner.Runner'
;
static
const
String
_defaultPath
=
'ios'
;
static
const
String
_defaultPath
=
'ios
/Generated
'
;
IOSApp
({
String
localPath:
_defaultPath
,
...
...
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