-
코드는 그대로 XCode에서 작성하면 됨.
-
외부 라이브러리 추가 시, Project파일과 Package파일 수정 필요함(@doyeonk429 에게 연락)
-
env
-
version : 4.31.0(mise 통해서 설치)
-
주요 명령어 (mise exec --)
-
tuist install
-
tuist generate
-
tuist build
-
tuist graph
├── main ├── Dev ────── Release ├── DY └── version 1.0.0 ├── YS └── HZ
├── Derived │ ├── InfoPlists │ └── Sources │ ├── Extensions │ └── Fonts ├── DropDrug │ ├── Resources │ │ ├── Assets.xcassets │ │ └── Preview Content │ ├── Sources │ │ ├── AppDelegate.swift │ │ ├── SceneDelegate.swift │ │ ├── Models │ │ ├── ViewControllers │ │ ├── Protocols │ │ └── Views │ └── Tests │ └── DropDrugTests.swift ├── DropDrug.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── xcshareddata │ │ └── xcschemes │ └── xcuserdata ├── DropDrug.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ └── xcuserdata ├── Project.swift ├── README.md └── Tuist ├── Config.swift ├── Package.resolved └── Package.swift