-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'swift' of github.com:whoeevee/EeveeSpotify into swift
- Loading branch information
Showing
4 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Update Repo | ||
|
||
on: | ||
release: | ||
types: [published] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: write | ||
|
||
steps: | ||
- name: Checkout Repo | ||
uses: actions/[email protected] | ||
|
||
- name: Run Update Script | ||
run: ./updateRepo | ||
|
||
- name: Push Changes | ||
uses: stefanzweifel/[email protected] | ||
with: | ||
commit_message: "update: repo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "EeveeSpotify", | ||
"identifier": "com.eevee.source", | ||
"subtitle": "EeveeSpotify official source", | ||
"apps": [ | ||
{ | ||
"name": "EeveeSpotify", | ||
"type": 1, | ||
"bundleIdentifier": "com.spotify.client", | ||
"version": "8.9.42", | ||
"versionDate": "2024-05-28", | ||
"size": 75072303, | ||
"downloadURL": "https://github.com/whoeevee/EeveeSpotify/releases/download/swift4.0/EeveeSpotify-4.0-8.9.42.ipa", | ||
"iconURL": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/0c/1f/61/0c1f6144-af80-f395-3204-1d14fd8b2be7/AppIcon-0-0-1x_U007emarketing-0-6-0-0-85-220.png/512x512bb.jpg", | ||
"localizedDescription": "Spotify v8.9.42 injected with EeveeSpotify", | ||
"developerName": "Eevee" | ||
} | ||
] | ||
} |
Binary file not shown.