https://github.com/techrail/keysmith-ios
KeySmith Project for iOS
https://github.com/techrail/keysmith-ios
Last synced: 2 months ago
JSON representation
KeySmith Project for iOS
- Host: GitHub
- URL: https://github.com/techrail/keysmith-ios
- Owner: techrail
- License: mit
- Created: 2023-07-24T05:15:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T02:46:44.000Z (about 2 years ago)
- Last Synced: 2025-03-09T10:26:29.840Z (over 1 year ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keysmith
## Overview
The vision for Keysmith is to let anyone peek at the engine of the software which promises to manage your security while providing the sync features across the board using the solutions that we already use - our favorite cloud solutions.
This gives the control back to you.
## Get started
### Requirements:
- Xcode 14.3 or above.
- iOS 16.0 or above.
This project makes use of [Tuist](https://github.com/tuist/tuist/tree/main). As such this project does not contain Xcode project file (.xcodeproj).
**After cloning the project, please make sure to follow the steps mentioned below, to get this project up and running.**
### 1. Run the script for "Tuist"
```shell
curl -Ls https://install.tuist.io | bash
```
### 2. In terminal, navigate to the root directory of the cloned project. Ensure, it has 'Project.swift' file.
### 3. Run the following command.
```bash
tuist generate # Generates Xcode project & workspace
```
At this point the project should open in Xcode. If not, open the Xcode workspace file to launch Xcode.