Skip to content

Commit 7bb055b

Browse files
committed
minor updates
1 parent f53a537 commit 7bb055b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
steps:
1818
- run: |
19-
sudo xcode-select -s /Applications/Xcode_16.2.app
20-
- uses: actions/checkout@v3
19+
sudo xcode-select -s /Applications/Xcode_16.4.app
20+
- uses: actions/checkout@v4
2121
- name: Build
2222
run: swift build -v
2323
- name: Run tests

DIExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DIExample/Posts14/PostListView14.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import SwiftUI
99

1010
@available(macOS 14.0, *)
11-
@MainActor struct PostListView14: View {
11+
struct PostListView14: View {
1212
@Bindable private var viewModel = PostListViewModel14()
1313
@State private var selection: Typicode.Post?
1414

0 commit comments

Comments
 (0)