-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: (64 commits) update: project setting for mas target bump version update: export script fix: mismatched carthage dependency update LyricsProvider add German and Persian language support update: menu validation New translations Perference.strings (French) New translations Main.strings (French) New translations InfoPlist.strings (French) New translations Localizable.strings (French) New translations Localizable.strings (Chinese Traditional) New translations Perference.strings (Chinese Traditional) New translations Localizable.strings (Chinese Traditional) New translations Perference.strings (Chinese Traditional) New translations Perference.strings (Chinese Traditional) New translations Main.strings (Chinese Traditional) New translations InfoPlist.strings (Chinese Traditional) fix: can not customize touch bar style: clean up ...
- Loading branch information
Showing
40 changed files
with
1,112 additions
and
189 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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
github "SnapKit/SnapKit" "5.0.0" | ||
github "ddddxxx/DFRPrivate" "v1.0.1" | ||
github "ddddxxx/GenericID" "v0.5.0" | ||
github "ddddxxx/LyricsProvider" "v0.7.0" | ||
github "ddddxxx/LyricsProvider" "v0.7.1" | ||
github "ddddxxx/MusicPlayer" "a3ea79b572bb37223da6a2972ff8b5de415a003b" | ||
github "ddddxxx/Semver" "v0.1.2" | ||
github "ddddxxx/SwiftyOpenCC" "v1.0.0" | ||
github "ddddxxx/TouchBarHelper" "v1.0.0" | ||
github "shpakovski/MASShortcut" "2.3.6" | ||
github "sparkle-project/Sparkle" "1.21.3" |
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
Binary file modified
BIN
-384 Bytes
(95%)
LyricsX/Assets.xcassets/app_icon/audirvana_icon.imageset/audirvana_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.34 KB
(82%)
LyricsX/Assets.xcassets/app_icon/audirvana_icon.imageset/audirvana_icon_@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
LyricsX/Assets.xcassets/app_icon/audirvana_plus_icon.imageset/Contents.json
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,18 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "audirvana_plus_icon.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "mac", | ||
"filename" : "audirvana_plus_icon_@2x.png", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+7.32 KB
...X/Assets.xcassets/app_icon/audirvana_plus_icon.imageset/audirvana_plus_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.8 KB
...sets.xcassets/app_icon/audirvana_plus_icon.imageset/audirvana_plus_icon_@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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 |
---|---|---|
|
@@ -145,4 +145,6 @@ let supportedLanguages = [ | |
"zh-Hans", | ||
"ja", | ||
"pl", | ||
"de", | ||
"fa", | ||
] |
Oops, something went wrong.