We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677e528 commit e5692c9Copy full SHA for e5692c9
iOS_SDK/OneSignalSDK/update_swift_package.sh
@@ -22,9 +22,10 @@ SWIFT_PACKAGE_DIRECTORY="${WORKING_DIR}/../.."
22
23
SWIFT_PACKAGE_PATH="${SWIFT_PACKAGE_DIRECTORY}/Package.swift"
24
25
-#Ask for the new release version number to be placed in the package URL
26
-echo -e "\033[1mEnter the new SDK release version number\033[0m"
27
-read VERSION_NUMBER
+# Ask for the new release version number to be placed in the package URL
+# echo -e "\033[1mEnter the new SDK release version number\033[0m"
+# read VERSION_NUMBER
28
+VERSION_NUMBER=$1
29
30
# Remove the old Zipped XCFramework and create a new Zip
31
echo "Removing old Zipped XCFramework ${FRAMEWORK_ZIP_PATH}"
0 commit comments