From eea3dcbf4b75cc8e77a01948c5c755a7d88aff40 Mon Sep 17 00:00:00 2001 From: Nan Date: Wed, 30 Oct 2024 14:13:06 -0700 Subject: [PATCH] remove unnecessary commands * Force push is not necessary * xcodebuild list seems leftover from testing --- .github/workflows/cd.yml | 1 - iOS_SDK/OneSignalSDK/build_all_frameworks.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 737b3aff6..2ba1097a5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -75,7 +75,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} repository: 'OneSignal/OneSignal-iOS-SDK' - force: true branch: ${{github.event.inputs.release_branch}} - name: "Submitting PR" diff --git a/iOS_SDK/OneSignalSDK/build_all_frameworks.sh b/iOS_SDK/OneSignalSDK/build_all_frameworks.sh index 7d01229d0..f8202d7a1 100755 --- a/iOS_SDK/OneSignalSDK/build_all_frameworks.sh +++ b/iOS_SDK/OneSignalSDK/build_all_frameworks.sh @@ -24,8 +24,6 @@ create_xcframework() { echo "Created ${FRAMEWORK_FOLDER_NAME}" echo "Archiving ${FRAMEWORK_NAME}" - xcodebuild -list - xcodebuild archive ONLY_ACTIVE_ARCH=NO -scheme ${BUILD_SCHEME} -destination="generic/platform=iOS Simulator" -archivePath "${SIMULATOR_ARCHIVE_PATH}" -sdk iphonesimulator SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES xcodebuild archive -scheme ${BUILD_SCHEME} -destination="generic/platform=iOS" -archivePath "${IOS_DEVICE_ARCHIVE_PATH}" -sdk iphoneos SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES