An open API service indexing awesome lists of open source software.

https://github.com/futuredapp/ios-project-template

Template for creating iOS projects we use @futuredapp.
https://github.com/futuredapp/ios-project-template

ios swift template xcode

Last synced: 12 months ago
JSON representation

Template for creating iOS projects we use @futuredapp.

Awesome Lists containing this project

README

          

# ~~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:

- ~~Jana Nováková, PM, ~~
- ~~Hans Novak, designer, ~~
- ~~Jan Novák, iOS developer, ~~
- ~~Hansina Novak, Android developer, ~~
- ~~John Newman, tester, ~~

## Configuration management

### Tools

- Language: ~~**Swift 5.10**~~
- IDE: ~~**Xcode 16.1**~~
- Dependency management: ~~**[Swift package manager](https://swift.org/package-manager/)**~~
- Command line tools: **[Fastlane](https://docs.fastlane.tools)**
- Code style:
- **[SwiftLint](https://swift.org/package-manager/)**
- **[Danger](https://github.com/futuredapp/danger)**
- ~~Localizations: Czech, English~~

### Dependencies

- ~~**[FTAPIKit](https://github.com/futuredapp/FTAPIKit)** (Declarative access to REST API.)~~
- ~~**[FTTestingKit](https://github.com/futuredapp/FTTestingKit)** (Helpers for testing long-running tasks and generating mockups)~~
- ~~**[FuntastyKit](https://github.com/futuredapp/FuntastyKit)** (Basics of MVVM-C architecture, coordinators, UIKit extensions and helpers.)~~

~~Manually added:~~
- ~~**[ACKLocalization](https://github.com/AckeeCZ/ACKLocalization.git)** (Localize your Cocoa apps from Google Spreadsheet.)~~

## 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