Installation
enClose functions as a starter project, providing a simple and straightforward installation process. You'll clone the project, customize a few key settings, and use it as the foundation for your application.
Installation Steps
- Clone the Repository
git clone https://github.com/fellowgeek/enClose
You can also download the project directly from the releases page on GitHub.
Select Your Platform
- Copy the iOS-Swift folder for iOS development
- Copy the MacOS-Swift folder for macOS development
Open in Xcode
- Launch Xcode
- Open the project file in your copied folder
Configure Project Settings
- Update the app bundle identifier
- Change the project name to match your application
After completing these steps, you should be able to run the project in a simulator to verify your installation.
