I have a scenario where I've some info that needs to be stored in the keychain at the build time. Is there any way to achieve the same with the help of scheme -> pre-build -> run script? Is it feasible to achieve this? As I've only needed to store it while building. Can we use the swift/obj c file to write the code and call it at a pre-build time? Any way we can do the same with the help of a pre-build run script?
I am looking for a perfect way to achieve the same.