협업 관리 (Tuist) #18
chanhihi
announced in
Announcements
Replies: 1 comment
-
Makefile로 관리합니다. gen:
tuist fetch
tuist generate
clean:
tuist clean
fclean: clean
find . -name "*.xcodeproj" -exec rm -rf {} \;
find . -name "*.xcworkspace" -exec rm -rf {} \;
re: fclean gen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
XCode 협업은 Tuist에서 할 예정입니다.
Tuist 는 여기서 받으실 수 있습니다.
Poject.swift가 있는 디렉토리(root)에서 tuist fetch로 외부 라이브러리를 가져올 수 있게 되고,
tuist generate로 간편하게 xcodeworkspace가 실행되게 됩니다.
tuist fetch && tuist generate
Beta Was this translation helpful? Give feedback.
All reactions