From de3855407067a6e58ba2c0c40ccc08de34bed2c6 Mon Sep 17 00:00:00 2001 From: Burak Erol <140210017+erolburak@users.noreply.github.com> Date: Wed, 15 May 2024 14:23:34 +0200 Subject: [PATCH] update iPad version for tests (#79) update package swift versions --- .github/workflows/swift.yml | 4 ++-- BobbysNewsData/Package.swift | 2 +- BobbysNewsDomain/Package.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index b271aa2..96a3baf 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -26,5 +26,5 @@ jobs: uses: swift-actions/setup-swift@v1 - name: Test iPhone 15 Pro run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro' | xcbeautify && exit ${PIPESTATUS[0]} - - name: Test iPad Pro (12.9-inch) (6th generation) - run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPad Pro (12.9-inch) (6th generation)' | xcbeautify && exit ${PIPESTATUS[0]} + - name: Test iPad Pro (13-inch) (M4) + run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPad Pro (13-inch) (M4)' | xcbeautify && exit ${PIPESTATUS[0]} diff --git a/BobbysNewsData/Package.swift b/BobbysNewsData/Package.swift index 6d46ec3..2494df4 100644 --- a/BobbysNewsData/Package.swift +++ b/BobbysNewsData/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.9 +// swift-tools-version: 5.10 import PackageDescription diff --git a/BobbysNewsDomain/Package.swift b/BobbysNewsDomain/Package.swift index ac0e6e4..b46b534 100644 --- a/BobbysNewsDomain/Package.swift +++ b/BobbysNewsDomain/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.9 +// swift-tools-version: 5.10 import PackageDescription