From 3a6291241c2ce0cd101f81a724c81b8582c80772 Mon Sep 17 00:00:00 2001 From: Diego Salazar Date: Thu, 21 Sep 2023 14:50:21 -0600 Subject: [PATCH 1/3] Bump build number (191) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2dfa06c2f..ff705008e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Stack Wallet # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.8.0+190 +version: 1.8.0+191 environment: sdk: ">=3.0.2 <4.0.0" From cc7a37ea9f2b17f24d04e360c9cce0000f8ac14a Mon Sep 17 00:00:00 2001 From: julian-CStack Date: Fri, 22 Sep 2023 11:09:31 -0600 Subject: [PATCH 2/3] macos entitlements --- macos/Runner/Release.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements index 48271acc9..90ae1d6e5 100644 --- a/macos/Runner/Release.entitlements +++ b/macos/Runner/Release.entitlements @@ -6,5 +6,7 @@ com.apple.security.network.client + com.apple.security.network.server + From 69e24de4c18c20f0c941f8bcf08d58743b144c85 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 22 Sep 2023 13:42:36 -0600 Subject: [PATCH 3/3] update tor dep version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ff705008e..978ba8b8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: tor_ffi_plugin: git: url: https://github.com/cypherstack/tor.git - ref: c8b97bc118c7bbfe1027d0442cfadea44dc285aa + ref: 0a6888282f4e98401051a396e9d2293bd55ac2c2 # Utility plugins http: ^0.13.0