Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit ca14f76

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 6b8366a + 20999c6 commit ca14f76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ In an app project, you will find those directories and files:
4848
- `(PROJECT_NAME)App.swift` contains the structure that conforms to the `App` protocol and is the entry point of the app.
4949
- `ViewModel` contains classes that store information for a part of the project and files related to them.
5050
- `AppModel.swift` contains a class that stores information for the whole app.
51-
- `AppModelAction.swift` contains all the actions the app model can execute.
5251
- `ViewModel.swift` contains a class that stores information for one window of the app.
53-
- `ViewModelAction.swift` contains all the actions the view model can execute.
5452
- `View` contains structures that conform to the SwiftUI `View` protocol and whose main function it is to present content in a view. All of the files here have an additional structure add the bottom of the file that helps preview the views in Xcode.
5553
- `ContentView.swift` contains the main view for the main window.
5654
- `Components` contains structures whose main function is to present content but do not conform to the SwiftUI `View` protocol.

0 commit comments

Comments
 (0)