Skip to content

Commit

Permalink
Merge pull request #20 from pawello2222/dev
Browse files Browse the repository at this point in the history
Updated github actions
  • Loading branch information
pawello2222 authored May 15, 2024
2 parents 31d9541 + 7d1acfa commit 3597d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/[email protected]

build:
runs-on: macos-13
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Swift
uses: slashmo/[email protected]
with:
version: swift-5.9-DEVELOPMENT-SNAPSHOT-2023-07-04-a
- run: ls /Applications
- run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
uses: actions/checkout@v4
- name: Build
run: |
xcodebuild clean build \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ struct AudioPlaybackWidgetPlayIntent: AudioPlaybackIntent {
struct AudioPlaybackWidgetPauseIntent: AudioPlaybackIntent {
static var title: LocalizedStringResource = "Pause Music"

init() {}

func perform() async throws -> some IntentResult {
AudioPlayer.shared.pause()
UserDefaults.appGroup.set(
Expand Down

0 comments on commit 3597d22

Please sign in to comment.