Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.79 KB

File metadata and controls

50 lines (36 loc) · 1.79 KB

Project name (iOS)

Short project description.

Project info

  • Deadline: --. --. ----
  • Next release: 1.0.0
  • Deployment target: 16.0
  • Bundle identifiers: app.futured.project, app.futured.project.beta, app.customer.project``
  • Supports: Dark mode, Landscape orientation, iPadOS, Accessibility
  • Design: Figma (add link)
  • Backend: (add link)

Team:

Configuration management

Tools

Dependencies

  • FTAPIKit (Declarative access to REST API.)
  • FTTestingKit (Helpers for testing long-running tasks and generating mockups)
  • FuntastyKit (Basics of MVVM-C architecture, coordinators, UIKit extensions and helpers.)

Manually added:

Installation

In the project folder from Terminal:

  1. bundle install - install gemfile dependencies
  2. bundle exec fastlane provisioning - download development provisioning profiles and certificate
  3. build using Xcode