일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- builder
- SampleApp
- URLSession
- OpenAI
- Architecture
- tuist
- flutter
- designpattern
- AppleDeveloper
- swift
- philipshue
- dgcharts
- uikit
- network
- weatherkit
- LifeCycle
- embedded-swift
- dart
- GIT
- isolate
- SwiftUI
- EventLoop
- 문법
- chartsorg
- iot
- dartz
- WebSocket
- WWDC24
- Xcode
- raspberrypi5
- Today
- Total
목록tuist (8)
Jaebi의 Binary는 호남선
목차Tuist (3.42.0) - Objective C Dependencies 에러사용하는 tuist version (3.42.0)에서 objective C로 구성된 dependency를 못가져오는 이슈https://leeari95.tistory.com/78https://github.com/tuist/tuist/issues/3762tuist version 4.2.0 에서 해결된것으로 파악https://github.com/tuist/tuist/pull/5929https://github.com/tuist/tuist/pull/5932tuist 버전 업데이트 필요하다고 판단하여 tuist version 3.42.0 → 4.10.2 진행tuist에서 권장하는 `mise` 사용 (https://docs.tuist...

목차Plugins비대해지는 `ProjectDescriptionHelpers`의 기능을 이전하여 모듈로 사용하는 방식`Plugin` 타입Project description helper Plugin: `Plugin.swift`와 helper Swift 파일들이 있는 `ProjectDescriptionHelpers` 디렉토리 포함Resource accessor templates Plugin: `Plugin.swift`와 resource accessor 템플릿 파일들이 있는 `ResourceSynthesizers` 디렉토리 포함 template 이름들은 페이지 확인: https://docs.tuist.io/guide/project/plugins#resource-accessor-templates-plugin주의사..
목차ProjectXcode Project파일 형태로 보여지지만 Directory, 공식 문서에는 repository로 정의모든 파일, 리소스, 빌드에 필요한 모든 정보를 포함모듈화에 사용되는 Tuist의 메인 기능 중 하나가 xcodeproj 파일을 swift로 정의project.pbxproj가 협업할때 충돌이 제일 많이 나는 파일중 하나 → 파일의 순서를 바꾸거나, 동시에 추가하거나, 등등 행위가 reference를 바꾸면서 충돌이 남Tuist ProjectDescription - Projectnameproject의 이름, 또는 생성된 Xcode project 파일 네임organizationNameXcode copyright에서 사용되는 organization nameoptions프로젝트 optio..
목차Workspace여러 프로젝트 및 리소스를 하나로 묶는 컨테이너여러 프로젝트를 사용해야 하는 경우 (Tuist 모듈화, CocoaPods 라이브러리 import 등)은 Workspace를 이용Tuist ProjectDescription - Workspacenameworkspace의 이름, 또는 생성된 Xcode workspace 파일 네임projectsmanifest projects들의 pathsschemesworkspace의 커스텀 schemes, 각 타겟의 default schemes는 자동으로 생성됨fileHeaderTemplate커스텀 file header templateadditionalFiles프로젝트 생성할때 자동으로 생성되지 않는 파일들을 등록하여 Xcode내에서 볼 수 있음genera..