Skip to content

Add README documentation explaining that the keychain sharing entitlement is required#216

Merged
dfed merged 2 commits intomasterfrom
dfed--catalina-readme-update
Jan 27, 2020
Merged

Add README documentation explaining that the keychain sharing entitlement is required#216
dfed merged 2 commits intomasterfrom
dfed--catalina-readme-update

Conversation

@dfed
Copy link
Copy Markdown
Collaborator

@dfed dfed commented Jan 25, 2020

This PR should resolve #213.

cc @gregcotten

@dfed dfed requested review from NickEntin and fdiaz January 25, 2020 18:44
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #216 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   76.13%   76.13%           
=======================================
  Files          15       15           
  Lines        1060     1060           
=======================================
  Hits          807      807           
  Misses        253      253

README.md Outdated
### Supporting macOS Catalina (10.15) and later
### Integrating Valet into a macOS application

Your macOS application must have the Keychain Sharing entitlement in order to use Valet, even if your application does not intend to share keychain data between applications. For instructions on how to add a Keychain Sharing entitlement to your application, read [Apple's documentation on the subject](https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps). The subsection on "Add Apps to One or More Keychain Access Groups" is particularly helpful, as it includes a screenshot showing Xcode's Signing & Capabilities screen. For more information on why this requirement exists, see [issue #213](https://github.com/square/Valet/issues/213).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's way better! When you have a chance, I'd love to know how you generated that link. I tried to find link anchors on that page but came up short.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just inspected the HTML 😁

image

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smart!! I'm going to have to steal that trick.

@dfed dfed force-pushed the dfed--catalina-readme-update branch from 770531e to 6fb2926 Compare January 27, 2020 16:30
@dfed dfed merged commit 130b4c0 into master Jan 27, 2020
@dfed dfed deleted the dfed--catalina-readme-update branch January 27, 2020 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrating Objects from Pre Catalina unexpected results

3 participants