Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryVoid authored Sep 5, 2024
1 parent d5464bf commit d1728ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@

 **1. [Tuist 설치하기](https://tuist.io/)**
<br/>
<br/>

&emsp;**2. Dependecy 가져오기**
```sh
tuist install
```
<br/>

&emsp;**3. XCConfig 설정하기**
```sh
mkdir -p XCConfig && echo '#include "./Shared.xcconfig"' >> XCConfig/Debug.xcconfig && echo '#include "./Shared.xcconfig"' >> XCConfig/Release.xcconfig && echo '// Shared' >> XCConfig/Shared.xcconfig
```
<br/>

&emsp;**4. 프로젝트 생성하기**
```sh
tuist generate
```
<br/>

&emsp;**5. Feature 생성하기**
```sh
Expand All @@ -46,7 +42,6 @@ public extension Module {
}
}
```
<br/>

&emsp;**6. Core 생성하기**
```sh
Expand All @@ -71,7 +66,6 @@ public extension Module {
}
}
```
<br/>

<br/>
<br/>
Expand Down

0 comments on commit d1728ba

Please sign in to comment.