Skip to content

Commit

Permalink
Use built-in iOS archive function
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Jul 20, 2023
1 parent f258670 commit c31242e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ l10n-check: ## Check l10n data for issues
.PHONY: build
build:
flutter build appbundle $(version_define)
flutter build ios $(version_define)

.PHONY: archive
archive:
cd ios && xcodebuild -configuration Release -workspace Runner.xcworkspace -scheme Runner archive -sdk iphoneos
flutter build ipa $(version_define)

.PHONY: release
release: ## Prepare Android bundle and iOS archive for release
release: dirty-check l10n-check test build archive
release: dirty-check l10n-check test build

.PHONY: help
help: ## Show this help text
Expand Down

0 comments on commit c31242e

Please sign in to comment.