pbxproj(2)
-
[4주차 회의] References 👩💻
1. CocoaPod vs Swift Package Manager https://sohyeonkim-dev.tistory.com/135 [Swift] CocoaPod vs Swift Package Manager 1. CocoaPod vs Swift Package Manager Podfile을 통해 패키지 설치를 하는 것과, XCode 내부에서 패키지 매니저를 통해 설치하는 것 둘의 차이(장단점)가 궁금했다. 무작정 패키지 매니저가 더 좋지! 보다는, sohyeonkim-dev.tistory.com 2. SnapKit vs AutoLayout & Pros and cons of using 3rd-Party https://sohyeonkim-dev.tistory.com/136 [Swift] SnapKit vs..
2023.01.27 -
[Swift] XCode Project File (.xcodeproj, .pbxproj) & Conflict에 대하여
Xcode Project An Xcode project is a repository for all the files, resources, and information required to build one or more software products. A project contains all the elements used to build your products and maintains the relationships between those elements. It contains one or more targets, which specify how to build products. A project defines default build settings for all the targets in th..
2023.01.27