You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keychain
생성자에서 Keychain Item Class를 선택하는 구문을 제거하였습니다.
생성자에 service 값을 추가하여 테스트시 임시데이터 저장용으로 사용할 수 있도록 하였습니다.
KeychainService
Key 값을 account 값으로 사용하기 위해 Hashable이 아닌 String으로 고정하여 curd 메소드를 수정하였습니다.
Refs: #24
Keychain
생성자에서 Keychain Item Class를 선택하는 구문을 제거하였습니다.
생성자에 service 값을 추가하여 테스트시 임시데이터 저장용으로 사용할 수 있도록 하였습니다.
KeychainService
Key 값을 account 값으로 사용하기 위해 Hashable이 아닌 String으로 고정하여 curd 메소드를 수정하였습니다.
Refs: #24
Description
Keychain Item Class의 이해 부족으로 #15 에서 kSecClassGenericPassword 외의 데이터를 저장하지 못하는 구조로 만들었었습니다.
kSecClassGenericPassword외의 데이터를 배재하여 현재 구조를 kSecClassGenericPassword 형태의 데이터를
마치 UserDefaults처럼 kSecAttrAccount-kSecValueData의 key-value 형태로 저장하도록 구조를 수정합니다.
요구사항
TODO
Environment
macOS: Monterey 12.5.1, Apple M1
iOS: 15.5, iPhone 13 mini
IDE: Xcode 13.4.1
Related: #15
The text was updated successfully, but these errors were encountered: