Skip to content

PEBMED/ios-base-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pebmed iOS base architecture

This architecture aims to be a base for any iOS project developed in Pebmed apps. Any new contribution is welcomed.

Repository structure

We basically use gitflow to manage the repository and the flow around it, you can find more here: gitflow cheatsheet

Commits

All commits should be made in English as this document suggests.

Tips:

  1. Your branch should be deleted after being merged with develop
  2. Every time before starting to work, make git pull to avoid trouble later

Formatting and style

This project has configured Swift Lint in order to enforce code standards.

Project Structure

.
│ios-base-architecture/                     # Main directory
├── ios-base-architecture/                  # Source code 
├── ios-base-architecture.xcodeproj/        # xCode workspace files
├── ios-base-architectureTests/             # Unit tests
└── ios-base-architectureUITests/           # UI tests

Tools

Swiftlint If having problems using swiftlint autocorrect please run $ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Logging and instrumentation

TBD

Testing

TBD

Dependency management

TBD

Build and deploy

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages