-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: swiftLint 수정 Trailing Comma, line_length 수정 * fix: SwiftLint 적용이 안되는 현상 개선 기존에 적용이 안되는 이유는 Scripts에 적혀있던데로 generate할 때 경로지정을 안해줬기 때문입니다. * build: SwiftFormat sortedSwitchCases -> sortSwitchCase
- Loading branch information
1 parent
e2b0285
commit ba42645
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
generate: | ||
tuist fetch | ||
TUIST_ROOT_DIR=${PWD} tuist generate | ||
|
||
test: | ||
tuist clean | ||
tuist fetch | ||
TUIST_ROOT_DIR=${PWD} tuist test | ||
build: | ||
TUIST_ROOT_DIR=${PWD} tuist build | ||
|
||
clean: | ||
rm -rf **/*.xcodeproj | ||
rm -rf *.xcworkspace | ||
|
||
reset: | ||
tuist clean | ||
rm -rf **/*.xcodeproj | ||
rm -rf *.xcworkspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters