Skip to content

Commit

Permalink
Update macOS development instructions (#216)
Browse files Browse the repository at this point in the history
Update the macOS local development instructions to correspond to the change made in commit 17d95a6.
  • Loading branch information
coldjugular authored Jan 24, 2024
1 parent cc76b89 commit 029eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ To do so, please use the following dependency in your `Package.swift`:

### Developing Swift Crypto on macOS

Swift Crypto normally defers to the OS implementation of CryptoKit on macOS. Naturally, this makes developing Swift Crypto on macOS tricky. To get Swift Crypto to build the open source implementation on macOS, in `Package.swift`, uncomment the line that reads: `//.define("CRYPTO_IN_SWIFTPM_FORCE_BUILD_API")`, as this will force Swift Crypto to build its public API.
Swift Crypto normally defers to the OS implementation of CryptoKit on macOS. Naturally, this makes developing Swift Crypto on macOS tricky. To get Swift Crypto to build the open source implementation on macOS, in `Package.swift`, change `let development = false` to `let development = true`, as this will force Swift Crypto to build its public API.

0 comments on commit 029eeac

Please sign in to comment.