NordicSemiconductor / IOS-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
590 stars 205 forks source link

Project setup is wrong #108

Closed ramunasjurgilas closed 3 years ago

ramunasjurgilas commented 3 years ago

Project setup is wrong, that after project checkout needs to execute terminal command: pod update .

3rd party libs should be committed together with project. In this case cocoapods would not be needed.

philips77 commented 3 years ago

On the other hand, not committing Pods folder makes the repository cleaner. Required dependencies can easily be downloaded with

pod install

and we save sending huge number of files we are no in control of. I would say it's a matter of ones choice.