summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Miller <George@livio.io>2022-06-09 08:48:47 -0400
committerGeorge Miller <George@livio.io>2022-06-09 08:48:47 -0400
commita375131dc5f205cd7668409c39d6597efc7c9a4a (patch)
tree16b68ae139f2b89f7edaf181acdf1e82b3cc7c5f
parentabc172414f30b6d2daae7bf6c150f353405f9ee5 (diff)
downloadsdl_ios-a375131dc5f205cd7668409c39d6597efc7c9a4a.tar.gz
changes should stick
-rwxr-xr-xscripts/create_framework.sh3
-rwxr-xr-xscripts/release.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/scripts/create_framework.sh b/scripts/create_framework.sh
index 93796dc42..a2731a7c9 100755
--- a/scripts/create_framework.sh
+++ b/scripts/create_framework.sh
@@ -90,5 +90,4 @@ folder="SmartDeviceLink-Simulator.xcarchive"
if [ -d "$folder" ]; then rm -r $folder; fi
echo
-echo "The xcframework zip file was created at $zip_file_name."
-
+echo "The xcframework zip file was created at $zip_file_name." \ No newline at end of file
diff --git a/scripts/release.sh b/scripts/release.sh
index 79f6744e5..c3a739479 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -231,7 +231,7 @@ if [[ $? == 1 ]]; then
pod trunk push SmartDeviceLink-iOS.podspec --allow-warnings
fi
-prompt_user "Would you like to create a binary xcframework adding to a Github release"
+prompt_user "Would you like to create a binary xcframework for adding to a Github release"
if [[ $? == 1 ]]; then
# Create framework
# We pass in the version so that the framework script does not need to ask