Skip to content
Snippets Groups Projects
Commit c732a801 authored by Markin Igor's avatar Markin Igor
Browse files

Add comments

parent 141ba4c1
Branches
No related tags found
1 merge request!3Resolve "Set up building process."
......@@ -20,10 +20,13 @@ all: build-ios build-android
run:
flutter run --flavor ${flavor} -t lib/${entryPoint}
build-ios: flutter-build-ios archive-ios export-ios ## Builds ios bundle and upload to the AppStore
build-ios: flutter-build-ios archive-ios export-ios ## Builds ios bundle and uploads it to the AppStore
build-android: ## Builds android bundle
flutter build apk --flavor ${flavor} -t lib/${entryPoint}
# For PlayMarket
# flutter build appbundle --target-platform android-arm,android-arm64
flutter-build-ios: ## Performs flutter build
flutter build ios --flavor $(flavor) -t lib/$(entryPoint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment