mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-14 16:17:29 +02:00
feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124
This commit is contained in:
@@ -22,6 +22,9 @@ import Gobackend // Import Go framework
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String {
|
||||
GobackendSetAppVersion(version)
|
||||
}
|
||||
|
||||
let controller = window?.rootViewController as! FlutterViewController
|
||||
let channel = FlutterMethodChannel(
|
||||
|
||||
Reference in New Issue
Block a user