From 6acbadcd9749024eaed070148c43fabf68ad5b1d Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:29:17 +1100 Subject: [PATCH] docs: safari folder guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea8f84c..d786661b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The folder structure is as follows: - The `dist` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development. -- The `safari` folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working. +- The `safari` folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working. It will give an error, to fix this you need to regenerate it, you can delete the safari folder and then run the command `xcrun safari-web-extension-converter /dist` and it will automatically generate the xcode project where you are. ## Contributors