Skip to content

Commit 2c199a5

Browse files
committed
add script to build ios project
1 parent 7f18cc1 commit 2c199a5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

refreshxcode.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# Run the Gradle task
4+
./gradlew :shared:generateDummyFramework
5+
6+
# Move into the iosApp directory
7+
cd iosApp
8+
9+
# Install and update pods
10+
pod install
11+
pod update
12+
13+
# End of script

0 commit comments

Comments
 (0)