From 3a47b29627f6a97517bfd62e0d42714300880ea0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 25 Dec 2021 23:52:20 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 913b8c2c..5e0b1426 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Meshtastic Client +## OS Requirements + +Requires iOS 15 + + +## Standards + +* Use SwiftUI whenever possible +* Use Hierarchical icons + - Requires SwiftLint - see https://github.com/realm/SwiftLint ## To update protobufs: From d106680d332d1091072c938c18a0ffdecdbeb170 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 25 Dec 2021 23:52:50 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0b1426..ed03ef3d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Requires iOS 15 + -## Standards +## Code Standards * Use SwiftUI whenever possible * Use Hierarchical icons