| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 액션과 계산 데이터
- Apple Developer Academy @ POSTECH
- 오픈소스
- unittest
- XCTest
- Swift thread
- MVVM
- 하드디스크 삭제 원리
- 쏙쏙 들어오는 함수형 코딩
- SwiftUI VStack
- auto_assign
- ChatGPT
- firestore
- print 단점
- flutter
- 함수형 코딩
- IOS
- CI
- Firebase
- os_log
- combine
- LGTM
- 2기화이팅
- github
- xcode
- 함수형 프로그래밍
- Swift
- swift github action
- swift CI 적용
- SwiftUI
Archives
- Today
- Total
목록github (2)
개발공방
Github를 이용해서 팀 프로젝트를 할 때 Pull Request를 생성하면 자동으로 코드리뷰어를 설정해주는 CI입니다. 1. 아래 사이트에 들어가서 Add to Github 버튼을 누릅니다. https://probot.github.io/apps/auto-assign/ https://probot.github.io/apps/auto-assign/ What it does Auto Assign adds reviewers/assignees to pull requests when pull requests are opened. How it works When the pull request is opened, automatically add reviewers/assignees to the pull request.I..
Git
2022. 10. 13. 16:03
Xcode에 기본적으로 import 되어있는 library를 제외하고 외부적으로 import를 해야하는 상황이 있다. 누군가 만든 library를 사용할 때 import하는 방법이다. 1. 해당 GitHub Repo로 들어간 후 클론코드를 복사한다 2. Xcode Project -> File -> Add Packages 3. 오른쪽 검색창에 URL을 입력한다. 4. 해당 library를 선택 후 Add Package 5. 해당 library가 추가된걸 확인할 수 있다. 6. 사용하고픈 위치에서 선언 후 사용하면 된다.
Swift
2022. 5. 7. 20:09