Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TrustedApplications (deprecated in Catalina) #58

Closed
wants to merge 1 commit into from

Conversation

patrickxb
Copy link

This trusted application stuff appears to have been deprecated in Catalina.

https://forums.developer.apple.com/thread/118479

I don't see any use of it outside of macos_test.go.

@patrickxb patrickxb requested a review from mmaxim October 23, 2019 21:18
@patrickxb
Copy link
Author

hmm, this passes for me locally.

@@ -124,6 +85,8 @@ func DeleteItemRef(ref C.CFTypeRef) error {
var (
// KeychainKey is key for kSecUseKeychain
KeychainKey = attrKey(C.CFTypeRef(C.kSecUseKeychain))
// KeychainDataProtectionKey is key for kSecUseDataProtectionKeychain
KeychainDataProtectionKey = attrKey(C.CFTypeRef(C.kSecUseDataProtectionKeychain))
Copy link
Contributor

Choose a reason for hiding this comment

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

kSecUseDataProtectionKeychain is only available in macOS 10.15, causing compilation error on CI. It might be worth adding that in a seperate PR?

@joshblum
Copy link
Member

joshblum commented Mar 7, 2023

Closed via #60

@joshblum joshblum closed this Mar 7, 2023
@joshblum joshblum deleted the patrickxb/PICNIC-587 branch March 7, 2023 17:24
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.

3 participants