swift package compute-checksum MapZone.xcframework.zip
cd platform/iOS
make xcframework BUILDTYPE=ReleaseBelow guide is old document and only use for manual release. This project is automatically release with github action CICD and don't necessary to follow below work flow
- Check if you have authentication to cocoapods
pod trunk me- cd to
Podspec/MapZoneValidate podspec:
cd Podspec/MapZone && pod spec lint --allow-warningsPush library
pod trunk push --allow-warningshttps://guides.cocoapods.org/making/getting-setup-with-trunk.html
Guide to setup cocoapods: https://medium.com/swlh/automated-cocoapod-releases-with-github-actions-8526dd4535c7