Skip to content

Commit 0bae1ed

Browse files
committed
Revert "use workflow for CD"
This reverts commit e5692c9.
1 parent b355191 commit 0bae1ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

iOS_SDK/OneSignalSDK/update_swift_package.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ SWIFT_PACKAGE_DIRECTORY="${WORKING_DIR}/../.."
2222

2323
SWIFT_PACKAGE_PATH="${SWIFT_PACKAGE_DIRECTORY}/Package.swift"
2424

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
28-
VERSION_NUMBER=$1
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
2928

3029
# Remove the old Zipped XCFramework and create a new Zip
3130
echo "Removing old Zipped XCFramework ${FRAMEWORK_ZIP_PATH}"

0 commit comments

Comments
 (0)