Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 649 Bytes
//
//  README.md
//  LocalPass
//
//  Created by Pencil Works, LLC on 4/9/23.
//  Pylar AI creative ML License 0.0.4
//  2023 © Pencil Works LLC, All Rights Reserved.
//

LocalPass

This project appears to be a password manager app for iOS devices. The project includes several Swift files for various functionalities of the app, such as adding, updating, and deleting password items, PIN authentication for security, and settings. The files use SwiftUI to create views for the app, and there are also extensions for UIColor and Color to convert hex strings to colors. The app also utilizes UserDefaults to save password items locally.