diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index e2e72334..0ee2c9fa 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -582,6 +582,7 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = 88NVGSJ5N3; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Spotube; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; diff --git a/pubspec.lock b/pubspec.lock index b3658253..cc69663d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1961,12 +1961,11 @@ packages: spotify: dependency: "direct main" description: - path: "." - ref: fix-spotify-precision - resolved-ref: "1ddea720130203021a815253e37ebe5c06845dd2" - url: "https://github.com/KRTirtho/spotify-dart.git" - source: git - version: "0.13.1" + name: spotify + sha256: "2308a84511c18ec1e72515a57e28abb1467389549d571c460732b4538c2e34de" + url: "https://pub.dev" + source: hosted + version: "0.13.3" sqflite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6fbfa8b7..5ccc5bb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -89,10 +89,6 @@ dependencies: shared_preferences: ^2.2.2 skeleton_text: ^3.0.1 smtc_windows: ^0.1.1 - spotify: - git: - url: https://github.com/KRTirtho/spotify-dart.git - ref: fix-spotify-precision stroke_text: ^0.0.2 system_theme: ^2.1.0 titlebar_buttons: ^1.0.0 @@ -129,6 +125,7 @@ dependencies: flutter_sharing_intent: ^1.1.0 flutter_broadcasts: ^0.4.0 freezed_annotation: ^2.4.1 + spotify: ^0.13.3 dev_dependencies: build_runner: ^2.3.2