Skip to content

Commit

Permalink
Merge pull request #396 from ykws/feature/add-bootstrap-for-app-ios
Browse files Browse the repository at this point in the history
Add make bootstrap for app-ios
  • Loading branch information
ry-itto authored Aug 14, 2024
2 parents 2c7f641 + ec19b6c commit 53c57ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app-ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ build-app-debug: build-kmp-module
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
clean build | xcbeautify

.PHONY: bootstrap
bootstrap:
make setup && \
make build-kmp-module && \
make open

# Gradle Utility
.PHONY: gradle-clean
gradle-clean:
Expand Down
2 changes: 1 addition & 1 deletion app-ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Official iOS App for DroidKaigi 2024.
## Getting started

1. Setup "Requirements > Must"
2. `make open`
2. `make bootstrap`

## Requirements

Expand Down

0 comments on commit 53c57ee

Please sign in to comment.