From d686686d78068620dd03197001a99b77be1ef3c4 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Thu, 9 Sep 2021 20:10:56 -0400 Subject: [PATCH] auto --- assign1/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assign1/README.md b/assign1/README.md index 8ccfb1d..93ad3b6 100644 --- a/assign1/README.md +++ b/assign1/README.md @@ -74,9 +74,10 @@ As we did in class, you will create a new SwiftUI iOS app: cloned from gitlab earlier). - When creating the project: - call it `assign1` - - **check** "unit tests", **uncheck** `git`, **uncheck** UI tests - (not fatal, but the `Test` command from the `Product` menu will - fail because it will try to test your GUI, and you don't have one. + - **check** "unit tests", **uncheck** `git`, **check** tests + (do not delete the UI tests, as some students have reported + problems with running the file when cloned to a second location + after doing so). - Create a new file `model.swift` to implement the `Twos` class in your app by selecting "New / File" from the File menu, selecting the Swift file icon in the dialog, and -- GitLab