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 |
Tags
- playground
- YGEnums.h
- Swift
- fetchSignInMethods
- authentication
- SPM
- 회고
- retain cycle
- Firebase
- App Connect
- HIG
- AppStore
- rc
- alamofire
- Tuist
- arc
- Tuist-Action
- Automatic Reference Count
- garbage collection
- FlexLayout
- HealthKit
- layoutSubviews
- ios
- pagination
- Nan
- Xcode
- Github-Action
- UITest
- content-type
- human interface guidelines
Archives
- Today
- Total
목록SPM (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