Skip to content

Commit

Permalink
test swift packages
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Jan 5, 2024
1 parent db0eb33 commit 0b5e3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
chmod +x ./iOS_SDK/OneSignalSDK/build_all_frameworks.sh
cd iOS_SDK/OneSignalSDK
./build_all_frameworks.sh
# chmod +x ./iOS_SDK/OneSignalSDK/update_swift_package.sh
# ./iOS_SDK/OneSignalSDK/update_swift_package.sh
chmod +x ./iOS_SDK/OneSignalSDK/update_swift_package.sh
./iOS_SDK/OneSignalSDK/update_swift_package.sh $version
shell: bash
- name: Commit Changes
env:
Expand Down
5 changes: 3 additions & 2 deletions iOS_SDK/OneSignalSDK/update_swift_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ set -e
WORKING_DIR=$(pwd)

#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
# echo -e "\033[1mEnter the new SDK release version number\033[0m"
# read VERSION_NUMBER
VERSION_NUMBER=$1

update_framework() {
FRAMEWORK_FOLDER_NAME=$1
Expand Down

0 comments on commit 0b5e3e5

Please sign in to comment.