From 4c71f00987cd36ce73bfff7a8e7778131580f5cd Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 16 Oct 2023 13:18:25 -0300 Subject: [PATCH] Improve clarity around SPM installation instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34c5394..3bd5627 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,10 @@ You can add this package in an Xcode project or as a dependency of another Swift #### Adding a local Swift Package to your Xcode project 1. Choose FileAdd Packages… and click on Add Local…. Locate and select the `ArkanaKeys` folder (or the name of the `import_name` option that you passed in your config file). + - If you happen to have 2 nested folders with the same name `ArkanaKeys`, select the inner one. 1. Select your project in the Project navigator, then select your app target and navigate to its General pane. 1. Click the + button in the `Frameworks, Libraries, and Embedded Content` section, select the local package’s library product, and add it as a dependency. + - You may need to quit Xcode and re-open the project for the new dependency to be recognized. Classic Xcode fashion. #### Adding a local Swift Package to another Swift Package