Skip to content

Commit d4c7cd3

Browse files
authored
Merge pull request #36 from surfstudio/readme_generating
Add readme generating
2 parents 05bce25 + 5781b00 commit d4c7cd3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ___PACKAGENAME___
2+
Little description
3+
4+
## Requirements
5+
* iOS 10.0+
6+
* Xcode 9.0
7+
8+
## Before running
9+
For install all dependencies you should open project folder in **Terminal** and call: `make init`
10+
11+
## Module generation
12+
Before generation you should open project folder in **Terminal**
13+
* Screen generation: `make screen modName=[SCREEN_NAME]`

Surf MVP Application.xctemplate/TemplateInfo.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<string>../commit-msg</string>
2323
<string>../.swiftlint.yml</string>
2424
<string>../Rambafile</string>
25+
<string>../README.md</string>
2526
</array>
2627
<key>Definitions</key>
2728
<dict>
@@ -66,6 +67,15 @@
6667
<key>Group</key>
6768
<string>Non-iOS Resources</string>
6869
</dict>
70+
<key>../README.md</key>
71+
<dict>
72+
<key>TargetIndices</key>
73+
<array/>
74+
<key>Path</key>
75+
<string>README.md</string>
76+
<key>Group</key>
77+
<string>Non-iOS Resources</string>
78+
</dict>
6979
</dict>
7080
<key>Targets</key>
7181
<array>

0 commit comments

Comments
 (0)