Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: make file for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Oct 6, 2023
1 parent 0819186 commit ece9019
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vue3-example-android: vue3-example
cd example/vue3 && npx cap run android

vue3-example-ios: vue3-example
cd example/vue3/ios/App pod install --repo-update
cd example/vue3 && npx cap run ios

vue2: clean
Expand All @@ -40,6 +41,7 @@ vue2-example-android: vue2-example
cd example/vue2 && npx cap run android

vue2-example-ios: vue2-example
cd example/vue2/ios/App pod install --repo-update
cd example/vue2 && npx cap run ios

clean:
Expand Down

0 comments on commit ece9019

Please sign in to comment.