Skip to content

Commit

Permalink
Revert "use workflow for CD"
Browse files Browse the repository at this point in the history
This reverts commit e5692c9.
  • Loading branch information
nan-li committed Oct 7, 2024
1 parent b355191 commit 0bae1ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions iOS_SDK/OneSignalSDK/update_swift_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ SWIFT_PACKAGE_DIRECTORY="${WORKING_DIR}/../.."

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

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

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

0 comments on commit 0bae1ed

Please sign in to comment.