Skip to content

Commit 0f3cc5e

Browse files
authored
Update README.md
1 parent d4c7cd3 commit 0f3cc5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Xcode 8 or later.
1515
* Adds Podfile with Fabric, Crashlytics, SwiftLint and SwiftGen pods
1616
* Adds .swiftlint.yml file and SwiftLint Run Script to Build phases
1717
* Adds Gemfile with fastlane, cocoapods, synx and generamba gems
18-
* Rambafile - creates Rambafile with surf_mvp_module template and paths to project target and tests target
18+
* Creates Fastlane files with template methods
19+
* Creates Rambafile with surf_mvp_module template and paths to project target and tests target
20+
* Creates Makefile with helper methods
1921
#### Options
2022
* Storyboards - creates Main.storyboard file
2123
* Alamofire - adds Alamofire, AlamofireImage and AlamofireNetworkActivityIndicator pods
@@ -48,3 +50,7 @@ After that:
4850
### Remove unnecessary files
4951
1. Open up the .xcodeproj file
5052
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
53+
### Insert keys in Fastlane files
54+
1. Open fastlane folder
55+
2. Insert `team_id` in AppFile
56+
3. Insert `api_token`, `build secret` and `emails` in `upload_to_fabric` lane

0 commit comments

Comments
 (0)