diff --git a/README.md b/README.md index f3bb735..43ff953 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ or 1. Linux Support. 2. Dark mode support. -3. Shorebird support. +3. Shorebird support. ✅ 4. Websocket connection history. 5. Websocket speed metrics and custom logs. 6. modern UI re-design. diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements index 4e40553..f9105be 100644 --- a/macos/Runner/Release.entitlements +++ b/macos/Runner/Release.entitlements @@ -1,10 +1,12 @@ - - com.apple.security.app-sandbox - - com.apple.security.network.client - - - \ No newline at end of file + + com.apple.security.app-sandbox + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.network.client + + + diff --git a/pubspec.yaml b/pubspec.yaml index b32f3fb..df067e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -59,6 +59,7 @@ flutter: assets: - assets/images/ + - shorebird.yaml fonts: - family: Nunito diff --git a/shorebird.yaml b/shorebird.yaml new file mode 100644 index 0000000..cde4773 --- /dev/null +++ b/shorebird.yaml @@ -0,0 +1,14 @@ +# This file is used to configure the Shorebird updater used by your app. +# Learn more at https://docs.shorebird.dev +# This file does not contain any sensitive information and should be checked into version control. + +# Your app_id is the unique identifier assigned to your app. +# It is used to identify your app when requesting patches from Shorebird's servers. +# It is not a secret and can be shared publicly. +app_id: 70bdc34b-eb7d-4c7e-a57f-7350854618aa + +# auto_update controls if Shorebird should automatically update in the background on launch. +# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates. +# https://pub.dev/packages/shorebird_code_push +# Uncomment the following line to disable automatic updates. +# auto_update: false