Scribe-iOS icon indicating copy to clipboard operation
Scribe-iOS copied to clipboard

Added version to ui along with releases github page link

Open Mehul721 opened this issue 1 year ago • 10 comments

#504 Version needs to be converted to an external link to directs towards the releases on GitHub

  • [x] This pull request is on a [feat/feedback-and-support] and not the main branch

Description

Mehul721 avatar Sep 29 '24 21:09 Mehul721

Thank you for the pull request!

The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and iOS rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!

Maintainer checklist

  • [x] The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution

    • The contributor's name and icon in remote commits should be the same as what appears in the PR
    • If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have for git config user.email in their local Scribe-iOS repo
  • [x] The linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • [ ] The CI unit test workflows within the PR checks do not indicate new errors in the files changed

  • [x] The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

github-actions[bot] avatar Sep 29 '24 21:09 github-actions[bot]

Looks like there are some errors with the build here :)

xcodebuild: error: Could not resolve package dependencies:
  package 'grdb.swift' @ dc03b8a29e2f5d51bd41e0971bba9a9975a29934 is using Swift tools version 6.0.0 but the installed version is 5.10.0 in https://github.com/groue/GRDB.swift.git

package 'grdb.swift' @ dc03b8a29e2f5d51bd41e0971bba9a9975a29934 is using Swift tools version 6.0.0 but the installed version is 5.10.0 in https://github.com/groue/GRDB.swift.git

Let us know if you have any thoughts on how to fix this, @Mehul721! Happy to support if you need assistance with them :)

andrewtavis avatar Sep 29 '24 21:09 andrewtavis

Hello.I think the issue is migrating from swift 5.10.0 to 6.0.0.I am facing a lot of build issues because of that.Could you help me in any way?

Mehul721 avatar Sep 30 '24 06:09 Mehul721

Hmmm, yes I'm realizing just now that there's been a major version update. Maybe the thing to do is for this we can set the tests to Swift 5.10.0 and then update to Swift 6.0.0 in a new issue 🤔 Pinging @fabulouiOS-monk for a quick opinion here, if you have a moment :)

andrewtavis avatar Sep 30 '24 17:09 andrewtavis

There are two ways: 1. to make use of 6.0 in the github action file. 2. To downgrade the GRDB swift version (which I think is a hassle)

Let's try with the 1st way: @Mehul721 can you please attach the following to pr_ci.yml file:

  • name: Install Swift 6.0.0 uses: fwal/setup-swift@v1 with: swift-version: '6.0.0'

    Note: You will find the pr_ci.yml file in hidden folder **.github > workflows> pr_ci.yaml**

fabulouiOS-monk avatar Oct 01 '24 05:10 fabulouiOS-monk

  • name: Install Swift 6.0.0 uses: fwal/setup-swift@v1 with: swift-version: '6.0.0'

Hi so I have just updated the pr_ci.yml file.Kindly have a look.

Mehul721 avatar Oct 01 '24 08:10 Mehul721

Did you push the changes, @Mehul721? I'm seeing just one commit on this PR still :)

andrewtavis avatar Oct 01 '24 09:10 andrewtavis

I created a new PR for that.Still please let me know in case of an issue.

Mehul721 avatar Oct 01 '24 09:10 Mehul721

@Mehul721 can you please share the PR link?

fabulouiOS-monk avatar Oct 01 '24 10:10 fabulouiOS-monk

@Mehul721 can you please share the PR link?

Got it!

fabulouiOS-monk avatar Oct 01 '24 10:10 fabulouiOS-monk