An open API service indexing awesome lists of open source software.

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

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.