-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.liftoffrc
More file actions
65 lines (57 loc) · 1.3 KB
/
Copy path.liftoffrc
File metadata and controls
65 lines (57 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# .liftoffrc
# Defaults for Liftoff
# https://github.com/thoughtbot/liftoff/blob/master/defaults/liftoffrc
#
project_name: App
company: Ben Chatelain
author: Ben Chatelain
# prefix:
company_identifier: at.phatbl
test_target_name: Tests
configure_git: true
warnings_as_errors: false
enable_static_analyzer: true
indentation_level: 4
use_tabs: false
dependency_managers: cocoapods
enable_settings: true
strict_prompts: false
deployment_target: 9.0
run_script_phases:
- file: todo.sh
name: Warn for TODO and FIXME comments
- file: bundle_version.sh
name: Set version number
templates:
- travis.yml: .travis.yml
- Gemfile.rb: Gemfile
- test.sh: bin/test
- setup.sh: bin/setup
- README.md: README.md
xcode_command: open *.xcworkspace || open *.xcodeproj
project_template: swift_app
app_target_templates:
swift_app:
- <%= project_name %>:
- AppDelegate.swift
- Extensions:
- Protocols:
- Models:
- ViewModels:
- Controllers:
- Views:
- Resources:
- Images.xcassets
- Storyboards:
- Main.storyboard
- LaunchScreen.storyboard
- Supporting Files:
- Info.plist
test_target_templates:
swift_app:
- <%= project_name %>Tests:
- Helpers:
- Tests:
- Supporting Files:
- Info.plist