mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
what i've done so far
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import UIKit
|
||||
|
||||
extension UIDevice {
|
||||
var isIpad: Bool {
|
||||
self.userInterfaceIdiom == .pad
|
||||
}
|
||||
|
||||
var musixmatchAppId: String {
|
||||
UIDevice.current.isIpad
|
||||
? "mac-ios-ipad-v1.0"
|
||||
: "mac-ios-v2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user