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
- rxdatasources
- custom navigation bar
- Tuist
- traits
- swift dashed line
- identifiable
- custom ui
- swift 점선
- paragraph style
- task cancel
- swift 백준
- RxSwift
- button configuration
- BFS
- claen architecture
- UIKit
- swift bottomsheet
- task cancellation
- uikit toast
- swift navigationcontroller
- swift concurrency
- reactorkit
- custombottomsheet
- 버튼 피드백
- swift custom ui
- DP
- 타임라인 포맷팅
- SWIFT
- coordinator
- domain data
Archives
- Today
- Total
김경록의 앱 개발 여정
[Swift] Tuist를 통한 ATS 처리 본문
ATS처리에 관해선 이전에 포스팅에서 다룬적이 있는데요
이전 작성한 ATS 포스팅
이번엔 Tuist를 통할 때 ATS처리는 어떻게 작성해줘야하는지에 대한
아주 짤막한 메모입니다.
let infoPlist: [String: InfoPlist.Value] = [
]
.default가 아닌 infoPlist: .extendingDefault(with: infoPlist) 를 사용하시면서 필요한 값들을 채워넣으실텐데 아래 값을 넣으시면 됩니다.
let infoPlist: [String: InfoPlist.Value] = [
"NSAppTransportSecurity": [
"NSAllowsArbitraryLoads": true
]
]
```
'TIL' 카테고리의 다른 글
[Swift] coordinator 패턴 사용시 memory leak 주의점 (0) | 2025.01.08 |
---|---|
[iOS] Xcode Build System (0) | 2025.01.08 |
[CS] 다이나믹 라이브러리 vs 스태틱 라이브러리 (0) | 2025.01.08 |
[Swift] iOS에서 HTTP 통신하기 (0) | 2025.01.08 |
Swfit Button image Inset + Button Configuration 사용시 폰트 적용법 (0) | 2025.01.08 |