From 90f0d3649c759f9bc2cc0b3ae473b78e63eb9349 Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Wed, 31 Aug 2022 14:27:20 -0600 Subject: [PATCH 1/7] commented out communityNodes --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 45ee30411..4c1204202 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -206,7 +206,7 @@ class _MaterialAppWithThemeState extends ConsumerState await _wallets.load(_prefs); loadingCompleter.complete(); // TODO: this currently hangs for a long time - await _nodeService.updateCommunityNodes(); + // await _nodeService.updateCommunityNodes(); if (_prefs.isAutoBackupEnabled) { switch (_prefs.backupFrequencyType) { From 2ea55ef65e2862b3d45f7c16ee1c7ff05b015e5c Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Thu, 1 Sep 2022 17:32:53 -0600 Subject: [PATCH 2/7] change build --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 18d23b907..a9bf17414 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.4.37+45 +version: 1.4.38+46 environment: sdk: ">=2.17.0 <3.0.0" From d86b14e23426d985d0b5f77d636f30ac0e33122c Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Thu, 1 Sep 2022 21:13:10 -0600 Subject: [PATCH 3/7] change build --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a9bf17414..91e1a389e 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.4.38+46 +version: 1.4.38+47 environment: sdk: ">=2.17.0 <3.0.0" From 1552fc9be10e6968071085b050399a4122f67f0d Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Fri, 2 Sep 2022 08:33:25 -0600 Subject: [PATCH 4/7] change build --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 91e1a389e..66f0164e7 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.4.38+47 +version: 1.4.38+49 environment: sdk: ">=2.17.0 <3.0.0" From aa385a8b66829c1ff02e8885741438ef94be10a9 Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Sat, 3 Sep 2022 19:41:29 -0600 Subject: [PATCH 5/7] change build --- pubspec.yaml | 2 +- scripts/ios/build_all.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 scripts/ios/build_all.sh diff --git a/pubspec.yaml b/pubspec.yaml index 66f0164e7..ad53307dc 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.4.38+49 +version: 1.4.39+50 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/scripts/ios/build_all.sh b/scripts/ios/build_all.sh new file mode 100644 index 000000000..fa6f2ac93 --- /dev/null +++ b/scripts/ios/build_all.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +(cd ../../crypto_plugins/flutter_liblelantus/scripts/ios && ./build_all.sh ) & +(cd ../../crypto_plugins/flutter_libepiccash/scripts/ios && ./build_all.sh ) & +(cd ../../crypto_plugins/flutter_libmonero/scripts/ios/ && ./build_all.sh ) & + +wait +echo "Done building" \ No newline at end of file From 0f5884d13969053c77a3cda37cba3e5930e110ea Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Sat, 3 Sep 2022 20:29:54 -0600 Subject: [PATCH 6/7] change build --- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 91352b8aa..ee489cbef 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -449,7 +449,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 42; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 4DQKUWSG6C; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -503,7 +503,7 @@ "$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**", "$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs", ); - MARKETING_VERSION = 1.4.34; + MARKETING_VERSION = 1.4.39; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -633,7 +633,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 42; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 4DQKUWSG6C; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -687,7 +687,7 @@ "$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**", "$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs", ); - MARKETING_VERSION = 1.4.34; + MARKETING_VERSION = 1.4.39; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -709,7 +709,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 42; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 4DQKUWSG6C; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -763,7 +763,7 @@ "$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**", "$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs", ); - MARKETING_VERSION = 1.4.34; + MARKETING_VERSION = 1.4.39; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/pubspec.yaml b/pubspec.yaml index ad53307dc..f2faf1497 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.4.39+50 +version: 1.4.39+51 environment: sdk: ">=2.17.0 <3.0.0" From c99c6d732e08e4f2548051e9d8740ae57c8c6e0e Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Sat, 3 Sep 2022 20:44:06 -0600 Subject: [PATCH 7/7] epic fix --- crypto_plugins/flutter_libepiccash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_plugins/flutter_libepiccash b/crypto_plugins/flutter_libepiccash index 516fa886a..588281a52 160000 --- a/crypto_plugins/flutter_libepiccash +++ b/crypto_plugins/flutter_libepiccash @@ -1 +1 @@ -Subproject commit 516fa886ab5f94bbc32d29e50711bdccc9cbd154 +Subproject commit 588281a5280a62fff624e6a96cbe5dc2e2154245