https://github.com/gini/gini-wallet-poc
Gini Wallet proof of concept project
https://github.com/gini/gini-wallet-poc
Last synced: about 1 year ago
JSON representation
Gini Wallet proof of concept project
- Host: GitHub
- URL: https://github.com/gini/gini-wallet-poc
- Owner: gini
- Created: 2022-08-01T07:52:07.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-06T11:58:27.000Z (about 2 years ago)
- Last Synced: 2024-06-13T00:17:14.567Z (about 2 years ago)
- Language: Swift
- Size: 2 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS Project Skeleton
This is the project template that's used by the iOS team at Halcyon Mobile. It has a unified project structure and various utility clases that's used on projects devleoped by Halcyon Mobile.
## Minimum requirements
The latest `master` version required **iOS 13+ and Xcode 12**.
If you're looking for an older version check out the following branches:
- `ios-12` - iOS 12+, Xcode 12
## Usage
- Open the **skeleton.xcodeproj** and rename the project in the Project Navigatior. That will rename the project file as well.
- Update `Podfile` - replace **skeleton** with the name of your project.
- Update `fastlane`
- `fastlane/AppFile` - Replace the **team id** and **app id**.
- `fastlane/FastFile` - Replace orrucanes of **skeleton** and double check if the setup is right for the project.
- `fastlane/Matchfile` - Setup a match repo and replace what's inside this file.
- Replace this **README** file with **README_SAMPLE.md** and update the file with the project details.
## Copyright
The iOS Project Skeleton is the property of Halcyon Mobile. Any usage not related to Halcyon Mobile is strictly forbidden.