Skip to content

Commit

Permalink
add support for Audirvana Studio (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddxxx committed May 31, 2021
1 parent a7a03e8 commit 1ed6a1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LyricsX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@
repositoryURL = "https://github.com/ddddxxx/MusicPlayer";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.7.2;
minimumVersion = 0.7.3;
};
};
BBA82EF9256AB1490076831F /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/ddddxxx/MusicPlayer",
"state": {
"branch": null,
"revision": "06e040a3403c0fb84da1da17be5b3279d9d5156f",
"version": "0.7.2"
"revision": "34d5e23c5e1b4932124c83dd58d2be590fcf2b9f",
"version": "0.7.3"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions LyricsX/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<key>CFBundleVersion</key>
<string>2341</string>
<string>2343</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -58,7 +58,7 @@
<key>LSUIElement</key>
<true/>
<key>LX_BUILD_TIME</key>
<integer>1622446048</integer>
<integer>1622460272</integer>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
Expand Down
2 changes: 1 addition & 1 deletion LyricsXHelper/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let playerBundleIdentifiers = [
["com.apple.Music", "com.apple.iTunes"],
["com.spotify.client"],
["com.coppertino.Vox"],
["com.audirvana.Audirvana", "com.audirvana.Audirvana-Plus"],
["com.audirvana.Audirvana-Studio", "com.audirvana.Audirvana", "com.audirvana.Audirvana-Plus"],
["com.swinsian.Swinsian"],
]

Expand Down

1 comment on commit 1ed6a1d

@Dundo960
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi - could you please add Audirvana Origin to delagated list of players. There are a lot of us using Audirvana Origin only to listen to local files only.. Thx

Please sign in to comment.