Skip to content

Commit

Permalink
Tutorial: Chapter 1.2 - Implementing MVVM (#97)
Browse files Browse the repository at this point in the history
* ✨ Add tutorial files for chapter 1 / Implementing Model, View, ViewModel (MVVM)
* ✨ Add code for chapter 1 / Implementing Model, View, ViewModel (MVVM)
* ✨ Add DocC files for chapter 1 / Implementing Model, View, ViewModel (MVVM)

Signed-off-by: Peter Friese <[email protected]>
  • Loading branch information
peterfriese committed May 17, 2023
1 parent 1e089b4 commit 04fa15a
Show file tree
Hide file tree
Showing 351 changed files with 8,402 additions and 3,554 deletions.
97 changes: 0 additions & 97 deletions README.md

This file was deleted.

Binary file removed assets/hero/MakeItSo-Hero.key
Binary file not shown.
Binary file removed assets/hero/MakeItSo-Hero.png
Binary file not shown.
Binary file removed assets/hero/MakeItSo-Hero.rotato
Binary file not shown.
Binary file removed assets/hero/repo-hero.png
Binary file not shown.
176 changes: 0 additions & 176 deletions assets/logo/AppIcon.appiconset/Contents.json

This file was deleted.

Binary file removed assets/logo/AppIcon.appiconset/appstore1024.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipad152.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipad76.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipadPro167.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipadSettings29.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipadSettings58.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipadSpotlight40.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/ipadSpotlight80.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/iphone120.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/iphone180.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac1024.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac128.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac16.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac256.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac32.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac512.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/mac64.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/notification40.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/notification60.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/settings58.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/settings87.png
Binary file not shown.
Binary file removed assets/logo/AppIcon.appiconset/spotlight120.png
Diff not rendered.
Binary file removed assets/logo/AppIcon.appiconset/spotlight80.png
Diff not rendered.
Binary file removed assets/logo/MakeItSo.png
Diff not rendered.
Binary file removed assets/logo/check-square.png
Diff not rendered.
Binary file removed assets/logo/check-square.psd
Diff not rendered.
Binary file removed assets/repocard/MakeItSo-repocard-smaller.png
Diff not rendered.
Binary file removed assets/repocard/MakeItSo-repocard-smaller2.png
Diff not rendered.
Binary file removed assets/repocard/MakeItSo-repocard.png
Diff not rendered.
65 changes: 0 additions & 65 deletions code/backend/.gitignore

This file was deleted.

Empty file.
Empty file.
13 changes: 13 additions & 0 deletions code/frontend/MakeItSo/MakeItSo.docc/MakeItSo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ``MakeItSo``

Summary

## Overview

Text

## Topics

### Group

- ``Symbol``
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http:https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>

0 comments on commit 04fa15a

Please sign in to comment.