Skip to content

Commit

Permalink
#47 Improve clarity around SPM installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan authored Oct 24, 2023
2 parents 62d72b9 + 4c71f00 commit d521a9a
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 d521a9a

Please sign in to comment.