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

Unify GTMKeychain implementations #150

Merged
merged 9 commits into from
May 2, 2022
Merged

Unify GTMKeychain implementations #150

merged 9 commits into from
May 2, 2022

Conversation

petea
Copy link
Contributor

@petea petea commented Apr 27, 2022

Switch to using a lightly modified version of GTMKeychain_iOS for all platforms, doing away with GTMKeychain_macOS which used the legacy Keychain API. This opens the door to using kSecUseDataProtectionKeychain on macOS.

In order to allow the unified GTMKeychain implementation to read existing keychain items created by GTMKeychain_macOS, we will stop setting and querying for kSecAttrGeneric which is unavailable to the legacy Keychain API and not needed for our use case.

@petea petea requested review from Alex-4-Git and mdmathias April 27, 2022 20:20
@petea petea added this to the 1.3.0 milestone Apr 27, 2022
Package.swift Outdated Show resolved Hide resolved
@petea petea merged commit ed0e516 into master May 2, 2022
@petea petea deleted the petea-keychain branch May 2, 2022 16:57
lksoft added a commit to Smallcubed/GTMAppAuth that referenced this pull request Aug 18, 2022
* g-master:
  Bump tzinfo from 1.2.9 to 1.2.10 (google#165)
  Allow use of GTMSessionFetcher 2.x versions. (google#155)
  Prep the 1.3.0 release (google#152)
  Create SPM projects for the example apps (google#153)
  Allow developers to use the data protection keychain on macOS (google#151)
  Unify GTMKeychain implementations (google#150)
  Update example apps (google#149)
  Update Example-macOS Podfile (google#147)
  Bump cocoapods-downloader from 1.4.0 to 1.6.3 (google#146)
  Prep for 1.2.3 release (google#144)
  Match GTMSessionFetcher's min macOS version to avoid warnings. (google#142)
  Add SPM tests. (google#143)
  Handle errSecDuplicateItem in savePassword on macOS (google#138)
  Bump addressable from 2.7.0 to 2.8.0 (google#133)

# Conflicts:
#	Package.swift
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