From b1d1e8b394ba5398f19078ffd9d60f40e5a046ca Mon Sep 17 00:00:00 2001 From: Boris lysikov Date: Sun, 3 Nov 2024 23:49:44 +0700 Subject: [PATCH] add --- .github/workflows/test.yaml | 2 +- .idea/workspace.xml | 4 +- SwiftRadio.xcodeproj/project.pbxproj | 187 ++++++++++++++++-- .../UserInterfaceState.xcuserstate | Bin 126129 -> 130256 bytes .../xcschemes/SwiftRadio.xcscheme | 33 ++-- .../xcschemes/SwiftRadioTests.xcscheme | 55 ++++++ .../xcschemes/xcschememanagement.plist | 37 ++++ SwiftRadioTests/SwiftRadioTests.swift | 16 ++ 8 files changed, 306 insertions(+), 28 deletions(-) create mode 100644 SwiftRadio.xcodeproj/xcshareddata/xcschemes/SwiftRadioTests.xcscheme create mode 100644 SwiftRadio.xcodeproj/xcuserdata/lysikovboris.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 SwiftRadioTests/SwiftRadioTests.swift diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a47dc04..9b270df 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: - name: Run Ui Tests run: | xcodebuild test \ - -scheme SwiftRadioUITests \ + -scheme SwiftRadioTests \ -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' #jobs: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 27b2cb6..1e2c95c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,10 @@ - - + +