Skip to content

Commit 7d638b8

Browse files
committed
Script update
1 parent edd62a4 commit 7d638b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ grep $SOURCE -R . && {
128128
echo "Creating Podfile..."
129129
echo "# $DEST" > Podfile
130130
echo "use_frameworks!" >> Podfile
131-
echo "platform :ios, '13.0'" >> Podfile
131+
echo "platform :ios, '15.0'" >> Podfile
132132
if [[ -n "${POD}" ]]; then
133133
echo "Including pod: $POD"
134134
echo "pod '$POD'" >> Podfile

0 commit comments

Comments
 (0)