chore(vscode): add iOS release ipa build task
This commit is contained in:
parent
ed992ae14d
commit
7175fdbb1f
1 changed files with 13 additions and 0 deletions
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
|
|
@ -26,6 +26,19 @@
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Flutter Build iOS IPA (Release)",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "flutter",
|
||||||
|
"args": [
|
||||||
|
"build",
|
||||||
|
"ipa",
|
||||||
|
"--release",
|
||||||
|
"--dart-define-from-file=.env/flutter_defines.json"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue