Migrations demo done

This commit is contained in:
John Estropia
2020-09-17 23:21:41 +09:00
parent 11f5cb9a05
commit 2f93ee7591
29 changed files with 1399 additions and 61 deletions

View File

@@ -96,9 +96,10 @@ extension Menu {
Menu.ItemView(
title: "Evolution",
subtitle: "Migrating and reverse-migrating stores",
destination: { EmptyView() }
destination: {
Advanced.EvolutionDemo.MainView()
}
)
.disabled(true)
Menu.ItemView(
title: "Logger",
subtitle: "Implementing a custom logger",