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.
- Host: GitHub
- URL: https://github.com/futuredapp/ios-project-template
- Owner: futuredapp
- Created: 2019-02-13T11:15:17.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T12:19:21.000Z (about 1 year ago)
- Last Synced: 2025-03-20T12:30:44.480Z (about 1 year ago)
- Topics: ios, swift, template, xcode
- Language: Ruby
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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