chore(macos): enable macos hardened runtime and use spotify from pub

This commit is contained in:
Kingkor Roy Tirtho 2024-03-05 18:24:16 +06:00
parent 2c0b1a57e5
commit 649d6acfe2
3 changed files with 7 additions and 10 deletions

View File

@ -582,6 +582,7 @@
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 88NVGSJ5N3; DEVELOPMENT_TEAM = 88NVGSJ5N3;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Spotube; INFOPLIST_KEY_CFBundleDisplayName = Spotube;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";

View File

@ -1961,12 +1961,11 @@ packages:
spotify: spotify:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." name: spotify
ref: fix-spotify-precision sha256: "2308a84511c18ec1e72515a57e28abb1467389549d571c460732b4538c2e34de"
resolved-ref: "1ddea720130203021a815253e37ebe5c06845dd2" url: "https://pub.dev"
url: "https://github.com/KRTirtho/spotify-dart.git" source: hosted
source: git version: "0.13.3"
version: "0.13.1"
sqflite: sqflite:
dependency: transitive dependency: transitive
description: description:

View File

@ -89,10 +89,6 @@ dependencies:
shared_preferences: ^2.2.2 shared_preferences: ^2.2.2
skeleton_text: ^3.0.1 skeleton_text: ^3.0.1
smtc_windows: ^0.1.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 stroke_text: ^0.0.2
system_theme: ^2.1.0 system_theme: ^2.1.0
titlebar_buttons: ^1.0.0 titlebar_buttons: ^1.0.0
@ -129,6 +125,7 @@ dependencies:
flutter_sharing_intent: ^1.1.0 flutter_sharing_intent: ^1.1.0
flutter_broadcasts: ^0.4.0 flutter_broadcasts: ^0.4.0
freezed_annotation: ^2.4.1 freezed_annotation: ^2.4.1
spotify: ^0.13.3
dev_dependencies: dev_dependencies:
build_runner: ^2.3.2 build_runner: ^2.3.2