Using Surmagic, we can simplify the process of building xcframework that helps to decrease compile time for this pod.
This PR adds default SM config file so just need to run
surmagic xcf
to get your pre-built xcframework
We can feel it is easier to add binary-version to Release assets rather than just compress the snapshots of source code at release time
Using Surmagic, we can simplify the process of building xcframework that helps to decrease compile time for this pod. This PR adds default SM config file so just need to run
to get your pre-built xcframework
We can feel it is easier to add
binary-version
to Release assets rather than just compress the snapshots of source code at release time