Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ jobs:
shell: bash
working-directory: ${{ github.workspace }}

- name: Download Foobar2000 SDK
run: |
curl -L https://www.foobar2000.org/files/SDK-2024-08-07.7z -o vendor/foobar2000_sdk.7z
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
ls vendor/sdk

- name: (XCode) Switch XCode Version
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ jobs:
shell: bash
working-directory: ${{ github.workspace }}

- name: Download Foobar2000 SDK
run: |
curl -L https://www.foobar2000.org/files/SDK-2024-08-07.7z -o vendor/foobar2000_sdk.7z
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
ls vendor/sdk

- name: (XCode) Switch XCode Version
run: |
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "vendor/json"]
path = vendor/json
url = git@github.com:nlohmann/json.git
[submodule "vendor/sdk"]
path = vendor/sdk
url = https://github.com/pnck/foobar2000_sdk.git
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Change Log

Version 0.5.4
- Bump sdk version to 20250307

Version 0.5.3
- Bump sdk version to 20240807
- Minor bug fixes
Expand Down
1 change: 1 addition & 0 deletions vendor/sdk
Submodule sdk added at d7514d
Loading