Skip to content

Commit 7580f2a

Browse files
authored
Merge branch 'ninxsoft:main' into main
2 parents ca42826 + d117be7 commit 7580f2a

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ body:
1111
attributes:
1212
label: 💡 Description
1313
description: Describe clearly and concisely the feature you would like to see implemented.
14-
placeholder: When I open Cyprus.app and click on ..., I do not see ...
14+
placeholder: When I open Mist.app and click on ..., I do not see ...
1515
validations:
1616
required: true
1717
- type: textarea
1818
attributes:
1919
label: ✅ Proposed Solution
2020
description: Describe what you would like to see happen.
21-
placeholder: When I open Cyprus.app and click on ..., I should see ...
21+
placeholder: When I open Mist.app and click on ..., I should see ...
2222
validations:
2323
required: true
2424
- type: textarea

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: swift-actions/setup-swift@v2
17+
with:
18+
swift-version: 5.10.1
1719
- name: Install Apple Developer ID Application Certificate
1820
env:
1921
APPLE_DEVELOPER_ID_APPLICATION_CERTIFICATE: ${{ secrets.APPLE_DEVELOPER_ID_APPLICATION_CERTIFICATE }}
@@ -35,7 +37,7 @@ jobs:
3537
fi
3638
security list-keychain -d user -s "$KEYCHAIN_PATH"
3739
- name: Select Xcode version
38-
run: sudo xcode-select --switch "/Applications/Xcode_26.app"
40+
run: sudo xcode-select --switch "/Applications/Xcode_26.0.app"
3941
- name: Archive Mist
4042
run: |
4143
xcodebuild -scheme "Mist" -configuration "release" -destination "platform=macOS,arch=arm64" -quiet clean

.github/workflows/draft_new_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- uses: swift-actions/setup-swift@v2
23+
with:
24+
swift-version: 5.10.1
2325
- name: Install Apple Developer ID Certificates
2426
run: |
2527
APPLE_DEVELOPER_ID_APPLICATION_CERTIFICATE_PATH="$RUNNER_TEMP/apple-developer-id-application-certificate.p12"
@@ -38,7 +40,7 @@ jobs:
3840
fi
3941
security list-keychain -d user -s "$RUNNER_TEMP/$KEYCHAIN_FILE"
4042
- name: Select Xcode version
41-
run: sudo xcode-select --switch "/Applications/Xcode_26.app"
43+
run: sudo xcode-select --switch "/Applications/Xcode_26.0.app"
4244
- name: Archive Mist
4345
run: |
4446
xcodebuild -scheme "Mist" -configuration "release" -destination "platform=macOS,arch=arm64" -quiet clean

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: swift-actions/setup-swift@v2
17+
with:
18+
swift-version: 5.10.1
1719
- uses: m-takuma/setup-swiftlint@1.0.0
1820
with:
1921
swiftlint-version: 0.61.0

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: swift-actions/setup-swift@v2
17+
with:
18+
swift-version: 5.10.1
1719
- name: Install Apple Developer ID Application Certificate
1820
env:
1921
APPLE_DEVELOPER_ID_APPLICATION_CERTIFICATE: ${{ secrets.APPLE_DEVELOPER_ID_APPLICATION_CERTIFICATE }}

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10
1+
5.10.1

0 commit comments

Comments
 (0)