Skip to content

Commit

Permalink
Update macOS build name, GitHub Actions, and README
Browse files Browse the repository at this point in the history
.Rename build file for macOS.
.Update Flutter version in GitHub Actions workflow.
.Include macOS demo build and update description in README file.
  • Loading branch information
copmorty committed Oct 30, 2023
1 parent 4a123ef commit 47bcbc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
/* Begin PBXFileReference section */
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
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 = "<group>"; };
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -122,7 +122,7 @@
33CC10EE2044A3C60003C045 /* Products */ = {
isa = PBXGroup;
children = (
33CC10ED2044A3C60003C045 /* price_action_orders.app */,
33CC10ED2044A3C60003C045 /* Price Action Orders.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -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 */
Expand Down
8 changes: 4 additions & 4 deletions macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "price_action_orders.app"
BuildableName = "Price Action Orders.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
Expand All @@ -31,7 +31,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "price_action_orders.app"
BuildableName = "Price Action Orders.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
Expand All @@ -54,7 +54,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "price_action_orders.app"
BuildableName = "Price Action Orders.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
Expand All @@ -71,7 +71,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "price_action_orders.app"
BuildableName = "Price Action Orders.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 47bcbc2

Please sign in to comment.