I was wondering if its possible to have an iOS bui...
# touchlab-tools
k
I was wondering if its possible to have an iOS build take the built xcodeframework of a shared lib that was built on the same architecture and reuse it on future versions without having to rerun the Gradle build in Run Script (assuming no other code changes). The build task I'm referring to is
./gradlew :allshared:embedAndSignAppleFrameworkForXcode
This is in a single repository environment. Signer and everything else is the same between builds, just curious if I can have this be a cacheable artifact of CI.