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
- tableView
- 리펙터링
- 리팩토링
- uitableview
- 스위프트
- SWIFT
- 애니메이션
- Xcode
- MVVM
- Protocol
- Human interface guide
- HIG
- UICollectionView
- Observable
- Refactoring
- map
- clean architecture
- 리펙토링
- ribs
- uiscrollview
- swift documentation
- Clean Code
- collectionview
- swiftUI
- rxswift
- 클린 코드
- ios
- RxCocoa
- combine
- UITextView
Archives
- Today
- Total
목록Xfrontend (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] 3. Build Setting 개념 - OTHER_SWIFT_FLAGS ($inherited, -Xfrontend -debug-time-function-bodies, -Xfrontend -warn-long-expression-type-checking)
목차) Build Setting 목차 링크 @Inherited 파일 구조 관계상으로 상위에 있는 세팅과 동일한 값으로 사용하겠다는 의미 ex) Target에서 $(inherited)를 사용하면 Config의 빌드 설정과 동일하게 적용 ex) Config 파일 생성하여, Config에서 특정 값을 설정하고 Target에서 $(inherited) 로 설정하면 config값과 동일한 세팅이 되는 예제 값 입력 APP_NAME = BuildSttingExample Config 파일 설정 PROJECT를 보면 user-defined에 자동으로 생성 TARGETS에도 자동으로 PROJECT와 같은 값을 갖지만, $(inheirted) 값을 입력해도, 상위와 동일한 BuildSttingExample로 지정됨을 확인..
iOS 응용 (swift)
2022. 12. 18. 22:26