File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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"
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1- 5.10
1+ 5.10.1
You can’t perform that action at this time.
0 commit comments