You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,7 @@ In an app project, you will find those directories and files:
48
48
- `(PROJECT_NAME)App.swift` contains the structure that conforms to the `App` protocol and is the entry point of the app.
49
49
- `ViewModel` contains classes that store information for a part of the project and files related to them.
50
50
- `AppModel.swift` contains a class that stores information for the whole app.
51
-
- `AppModelAction.swift` contains all the actions the app model can execute.
52
51
- `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.
54
52
- `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.
55
53
- `ContentView.swift` contains the main view for the main window.
56
54
- `Components` contains structures whose main function is to present content but do not conform to the SwiftUI `View` protocol.
0 commit comments