1.0 KiB
1.0 KiB
Snippets
Carthage
Build dependencies for LeadKit.xcodeproj
- Build xcframeworks for iOS platform, which is usually enough:
carthage update --use-xcframeworks --cache-builds --platform iOS
- Restart Xcode and clean build folder.
- You can also run script for another platforms:
--platform tvOSor--platform watchOS.
Cocoapods
Bump version in podspecs
- Install nmp:
brew install node - Install podspec-bump:
npm install -g podspec-bump - Run command in project folder:
sh ./project-scripts/bump_version.sh x.y.z
Push changes to podspecs repo
- Add repo:
pod repo add touchinstinct git@github.com:TouchInstinct/Podspecs - Run command in project folder:
sh ./project-scripts/push_to_podspecs.sh