summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Miller <George@livio.io>2022-06-09 08:58:26 -0400
committerGeorge Miller <George@livio.io>2022-06-09 08:58:26 -0400
commit66e80665e2f44aefbab3dd327d7de116cf2b105b (patch)
treec932952f0cfece27e10e5ad9615de56080d1022d
parenta375131dc5f205cd7668409c39d6597efc7c9a4a (diff)
downloadsdl_ios-66e80665e2f44aefbab3dd327d7de116cf2b105b.tar.gz
framework prompt
-rwxr-xr-xscripts/release.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index c3a739479..443a24aa4 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -238,6 +238,11 @@ if [[ $? == 1 ]]; then
# Give the user permissions to the framework script, then run the script.
chmod u+x ./scripts/create_framework.sh
./scripts/create_framework.sh $new_version_number
+
+ echo
+ zip_file_name="SmartDeviceLink-$new_version_number.xcframework.zip"
+ echo "Please add the framework at $zip_file_name to the Github release, then press enter..."
+ read user_input
fi
# Rename the docset and pack it