https://github.com/igor-makarov/demoxcode14nonparallelbuild
https://github.com/igor-makarov/demoxcode14nonparallelbuild
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igor-makarov/demoxcode14nonparallelbuild
- Owner: igor-makarov
- Created: 2022-06-08T10:07:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T10:03:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T15:48:52.053Z (5 months ago)
- Language: Swift
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DemoXcode14NonParallelBuild
Supports: iOS 15 and above
## Branches:
* master - stable app releases
* develop - development branch, merge your feature branches here## Dependencies:
The project is using cocoapods for managing external libraries and a Gemfile for managing the cocoapods version.
Get Bundler
```
sudo gem install bundler
```To install the specific cocoapods version run
```
bundle install
```Then install the pods
```
bundle exec pod install
```### Core Dependencies
* Swiftlint - A tool to enforce Swift style and conventions.
* R.swift - Get strong typed, autocompleted resources like images, fonts and segues in Swift projects## Project structure:
* Resources - fonts, strings, images, generated files etc.
* SupportingFiles - configuration plist files
* Models - model objects
* Modules - contains app modules (UI + Code)
* Helpers - protocols, extension and utility classes