-
Notifications
You must be signed in to change notification settings - Fork 0
Add Objective-C bridge sample #8
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Add a minimal Objective-C sample that calls zig_keychain_store, zig_keychain_lookup, and zig_keychain_delete through include/zig_keychain.h.\n\nScope:\n- caller-provided buffers only\n- no AppKit/UIKit/Cocoa UI\n- no iCloud Keychain, Secure Enclave, LocalAuthentication, access groups, certificates, or private-key identity claims\n- update README or docs/guides/apple-interop.md with the sample path.