Skip to content

DropDrugs/iOS_dd

Repository files navigation

iOS

Tuist 사용법

  • 코드는 그대로 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •