Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- pagination
- Firebase
- layoutSubviews
- rc
- garbage collection
- arc
- content-type
- UITest
- AppStore
- 회고
- HealthKit
- SPM
- playground
- Automatic Reference Count
- human interface guidelines
- Nan
- Github-Action
- authentication
- HIG
- Tuist-Action
- fetchSignInMethods
- ios
- Xcode
- retain cycle
- Swift
- Tuist
- YGEnums.h
- FlexLayout
- alamofire
- App Connect
Archives
- Today
- Total
목록Tuist (2)
멋있게걷는방법

기존에 Github Action으로 CI를 구축할 땐 아래처럼 yml을 작성했습니다. name: Swift on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v3 with: xcode-version: latest - name: install tuist run: curl -Ls https://install.tuist.io | bash - name: project Generate run: | rm -rf .package.resolved tuist generate - name: Build run: | xcodebuild -p..
Tuist
2023. 5. 1. 09:30