-
Notifications
You must be signed in to change notification settings - Fork 3
Updating package definition, minimum platform versions as well as dependencies #161
Conversation
Muhieddine-El-Kaissi
commented
Apr 25, 2024
•
edited
Loading
edited
- Updating package definition to 5.10
- Updating minimum platform versions to iOS 15 & OS 14
- Updating swift version to 5.10
- Cleaning up RXswift lint
- Updating swiftlint & swift format as well as applying fixes to the code
d58a964
to
d44ca3f
Compare
steps: | ||
- name: 📥 Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Select Xcode | ||
run: sudo xcode-select -s "/Applications/Xcode_15.3.app" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you can do this ? These are githubs machines, not ours.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the work around proposed in https://stackoverflow.com/a/73896628/695599 and it fixed the lint issue we are seeing previously
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's very strange to me that you can run sudo at all here 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not proposed by the actions, but by xcode-select. It doesn't know it's run from github.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vms aren't dedicated though, so i think you'd run into it again. I think eventually you'd be able to drop it when 5.10 is the default they have etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good to me. I don't have much context on the CI stuff, so I'll let Scott approve.
3d4e0cf
to
f2af6c9
Compare
ca0e213
to
f2af6c9
Compare