Skip to content

Commit

Permalink
bump pod
Browse files Browse the repository at this point in the history
  • Loading branch information
vanities committed Dec 13, 2023
1 parent 0b3f62d commit f369b62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}

- name: Force Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1..app

- name: Swift Package Manager Cache
id: spm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}

- name: Force Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app

- name: Swift Package Manager Cache
id: spm-cache
Expand Down
2 changes: 1 addition & 1 deletion swiftchan/Views/Thread/ThreadView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct ThreadView: View {
}
}
.padding(.all, 3)
.onChange(of: presentationState.galleryIndex, initial: true) { oldValue,newValue in
.onChange(of: presentationState.galleryIndex, initial: true) { _, _ in
if !presentationState.presentingReplies && !showReply {
scrollToPost(reader: reader)
}
Expand Down

0 comments on commit f369b62

Please sign in to comment.