From 47bcbc26b2c3384962004fa02294e2fa95e64b57 Mon Sep 17 00:00:00 2001 From: Exequiel Vega Date: Sun, 29 Oct 2023 21:39:11 -0300 Subject: [PATCH] Update macOS build name, GitHub Actions, and README .Rename build file for macOS. .Update Flutter version in GitHub Actions workflow. .Include macOS demo build and update description in README file. --- .github/workflows/main.yml | 4 ++-- README.md | 5 +++-- macos/Runner.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/xcschemes/Runner.xcscheme | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4c87b6..a8d7d5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v1 with: - flutter-version: "2.10.3" + flutter-version: "3.10.5" channel: "stable" - run: flutter pub get - run: flutter analyze @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v1 with: - flutter-version: "2.10.3" + flutter-version: "3.10.5" channel: "stable" - run: flutter config --enable-windows-desktop - run: flutter build windows diff --git a/README.md b/README.md index 45dc13c..22e8d7b 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,14 @@ A Flutter desktop application for cryptocurrency trading on the Binance exchange ## Getting Started -### Demo Build +### Demo Builds - [Price Action Orders windows-build](https://500c.short.gy/paodw) +- [Price Action Orders macos-build](https://500c.short.gy/paodmos) ### Running the app The app has two independent modes, Test (test network with fake assets) and Real (production network with your real assets).\ Steps to run the app: -- You can download and use the demo build or you can compile the project with Flutter 2+. +- You can download and use any of the demo builds or you can compile the project with Flutter 3+. - In order to run it in Test mode you will need an API key and secret from [Binance testnet](https://testnet.binance.vision/). - In order to run it in Real mode you will need an API key and secret from [Binance](https://www.binancezh.top/en/support/faq/360002502072). - Once you have one or both combinations of API key-secret, start the app, you will be prompted to enter them when launching the application. From there, you will be able to choose which mode you want to run. diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index 370d057..62ad5c0 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -55,7 +55,7 @@ /* Begin PBXFileReference section */ 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; }; 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; }; - 33CC10ED2044A3C60003C045 /* price_action_orders.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = price_action_orders.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 33CC10ED2044A3C60003C045 /* Price Action Orders.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Price Action Orders.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; }; 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; @@ -122,7 +122,7 @@ 33CC10EE2044A3C60003C045 /* Products */ = { isa = PBXGroup; children = ( - 33CC10ED2044A3C60003C045 /* price_action_orders.app */, + 33CC10ED2044A3C60003C045 /* Price Action Orders.app */, ); name = Products; sourceTree = ""; @@ -192,7 +192,7 @@ ); name = Runner; productName = Runner; - productReference = 33CC10ED2044A3C60003C045 /* price_action_orders.app */; + productReference = 33CC10ED2044A3C60003C045 /* Price Action Orders.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ diff --git a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 4cd3a78..7602e98 100644 --- a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -15,7 +15,7 @@ @@ -31,7 +31,7 @@ @@ -54,7 +54,7 @@ @@ -71,7 +71,7 @@