Skip to content

Commit

Permalink
Improve clarity around SPM installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Oct 16, 2023
1 parent 6afb3bf commit 4c71f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>File</kbd> → <kbd>Add Packages…</kbd> and click on <kbd>Add Local…</kbd>. 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 <kbd>+</kbd> 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
Expand Down

0 comments on commit 4c71f00

Please sign in to comment.