Skip to content

Commit e3337c0

Browse files
committed
Add template zip files
1 parent 4b0c8fd commit e3337c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apps/templates/zip_android.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# Create a zip file of the Android template in the current directory
4+
zip -r android_template.zip android_template/

apps/templates/zip_ios.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# Create a zip file of the iOS template in the current directory
4+
zip -r ios_template.zip ios_template/

0 commit comments

Comments
 (0)