Read up:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rename a given *.extension | |
find . -name '*.aif' -exec sh -c 'mv "$0" "${0%.aif}.aiff"' {} \; |
quinn the eskimo knows his stuff:
# background modes overview
https://www.raywenderlich.com/143128/background-modes-tutorial-getting-started
# nsurlsession overview
https://www.raywenderlich.com/158106/urlsession-tutorial-getting-started
find help: https://guides.cocoapods.org
# locally
pod lib lint
# remote check
pod spec lint