Skip to content

Commit

Permalink
upped version to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
apps4av committed Oct 20, 2024
1 parent 5b838b7 commit dea8979
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
channel: 'stable'
flutter-version: '3.22.2'

- name: Find and Replace OpenAIP
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@@___openaip_client_id__@@"
replace: ${{ secrets.OPENAIP_CLIENT_ID }}
include: "*.dart"
regex: false

- name: Install project dependencies
run: flutter pub get

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
channel: 'stable'
flutter-version: '3.22.2'

- name: Find and Replace OpenAIP
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@@___openaip_client_id__@@"
replace: ${{ secrets.OPENAIP_CLIENT_ID }}
include: "*.dart"
regex: false

- name: Install the Apple certificate and provisioning profile
run: |
# create variables
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
channel: 'stable'
flutter-version: '3.22.2'

- name: Find and Replace OpenAIP
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@@___openaip_client_id__@@"
replace: ${{ secrets.OPENAIP_CLIENT_ID }}
include: "*.dart"
regex: false

- name: Install project dependencies
run: |
flutter pub get
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
channel: 'stable'
flutter-version: '3.22.2'

- name: Find and Replace OpenAIP
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@@___openaip_client_id__@@"
replace: ${{ secrets.OPENAIP_CLIENT_ID }}
include: "*.dart"
regex: false

- name: Update source repo
run: sudo apt-get update
- name: Pre-empt libunwind issue for gstreamer
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
channel: 'stable'
flutter-version: '3.22.2'

- name: Find and Replace OpenAIP
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@@___openaip_client_id__@@"
replace: ${{ secrets.OPENAIP_CLIENT_ID }}
include: "*.dart"
regex: false

- name: Install project dependencies
run: flutter pub get
- name: Install project dependencies (realm)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.32+32
version: 0.0.33+33

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down Expand Up @@ -173,7 +173,7 @@ msix_config:
publisher_display_name: Apps4Av Inc.
identity_name: Apps4AvInc.AvareX
publisher: CN=97AA5BF2-3109-4884-8224-A2AB9E6DB29A
msix_version: 1.0.32.0
msix_version: 1.0.33.0
logo_path: assets/images/logo.png
capabilities: internetClient, location
store: true
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: avarex
version: 0.0.32
version: 0.0.33
icon: assets/images/logo.png
summary: AvareX Flight Support
description: AvareX provide FAA charts, plates, airport data, weather, air traffic over ADS-B, and lets you create and file flight plans.
Expand Down

0 comments on commit dea8979

Please sign in to comment.