From 7b19a417b3c8df4d1c918f8b8c4d09956e08580b Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 2 Nov 2022 14:31:08 +0100
Subject: [PATCH] A bit of documentation

---
 .gitignore | 1 +
 README.md  | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index d9b6749..f8b4171 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ package-lock.json
 *.sln
 .project
 .settings/
+vipsobservationapp.code-workspace
diff --git a/README.md b/README.md
index 3fc1001..40633f1 100644
--- a/README.md
+++ b/README.md
@@ -227,3 +227,7 @@ On iOS, do the regular `npm run build`, and then `cordova build ios`. You should
 
 ![Signing an app in XCode](./document/images/ios_signing.png "Signing an app in XCode")
 
+### Enabling developer mode
+#### iOS 16
+[This is how you do it](https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device)
+
-- 
GitLab