mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore(macos): enable macos hardened runtime and use spotify from pub
This commit is contained in:
parent
2c0b1a57e5
commit
649d6acfe2
@ -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";
|
||||
|
11
pubspec.lock
11
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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user