Skip to content

Commit 38d3706

Browse files
committed
chore: add scripts/run_io.sh
1 parent a9f47c0 commit 38d3706

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/run_ios.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
./gradlew :shared:podGenIOS --parallel
2+
./gradlew kSwiftsharedPodspec
3+
cd iosApp || exit
4+
pod install
5+
open iosApp.xcworkspace

0 commit comments

Comments
 (0)