You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,13 @@ Xcode 8 or later.
11
11
## List of templates
12
12
*### Surf MVP Application
13
13
#### Features
14
-
* Adds ModuleTransitionable.swift file to project
15
-
* Adds Podfile with Fabric, Crashlytics, SwiftLint and SwiftGen pods
14
+
* Adds Podfile with SwiftLint and SwiftGen pods
16
15
* Adds .swiftlint.yml file and SwiftLint Run Script to Build phases
16
+
* Adds .swiftgen.yml file and SwiftGen Run Script to Build phases
17
17
* Adds Gemfile with fastlane, cocoapods, synx and generamba gems
18
18
* Creates Fastlane files with template methods
19
19
* Creates Rambafile with surf_mvp_module template and paths to project target and tests target
20
20
* Creates Makefile with helper methods
21
-
#### Options
22
-
* Storyboards - creates Main.storyboard file
23
-
* Alamofire - adds Alamofire, AlamofireImage and AlamofireNetworkActivityIndicator pods
24
21
25
22
## Installation
26
23
To install or update the templates you need:
@@ -49,7 +46,7 @@ After that:
49
46
3. Call `make synx`
50
47
### Remove unnecessary files
51
48
1. Open up the .xcodeproj file
52
-
2.Remove the Non-iOS Resources folder from the Xcode project by selecting that folder in the sidebar, right clicking, then selecting delete from the menu, then selecting "Remove References" in the dialog that pops up
49
+
2.Open Build Phases of your target, remove unecessary files from Compile Sources and Copy Bundle Resources
0 commit comments